We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97a974 commit d96f7c9Copy full SHA for d96f7c9
src/components/Editor.js
@@ -21,7 +21,7 @@ const baseOptions = {
21
const options = {
22
html: {
23
...baseOptions,
24
- mode: 'text/html',
+ mode: { name: 'text/html', multilineTagIndentPastTag: false },
25
},
26
27
javascript: {
0 commit comments