diff --git a/src/components/Editor.js b/src/components/Editor.js index 5cef7f9f..126e92e3 100644 --- a/src/components/Editor.js +++ b/src/components/Editor.js @@ -31,7 +31,7 @@ const options = { htmlmixed: { ...baseOptions, - mode: { name: 'htmlmixed' }, + mode: { name: 'htmlmixed', multilineTagIndentPastTag: false }, }, javascript: {