diff --git a/src/main.js b/src/main.js index 3872568..a12d669 100644 --- a/src/main.js +++ b/src/main.js @@ -202,6 +202,7 @@ function loadMarkdown(){ autoCloseBrackets: true, extraKeys: {"Ctrl-Space": "autocomplete"}, showCursorWhenSelecting: true, + lineWrapping: true, indentUnit: 4 });