Skip to content

Commit d96f7c9

Browse files
committed
fix: correct indent size of html attributes
1 parent c97a974 commit d96f7c9

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
@@ -21,7 +21,7 @@ const baseOptions = {
2121
const options = {
2222
html: {
2323
...baseOptions,
24-
mode: 'text/html',
24+
mode: { name: 'text/html', multilineTagIndentPastTag: false },
2525
},
2626

2727
javascript: {

0 commit comments

Comments
 (0)