Skip to content

Commit d75544b

Browse files
authored
fix: restore auto indent size in markup editor (#174)
1 parent 5c841d0 commit d75544b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const options = {
3131

3232
htmlmixed: {
3333
...baseOptions,
34-
mode: { name: 'htmlmixed' },
34+
mode: { name: 'htmlmixed', multilineTagIndentPastTag: false },
3535
},
3636

3737
javascript: {

0 commit comments

Comments
 (0)