diff --git a/src/app/editor.coffee b/src/app/editor.coffee index b320a9abc..656c382ec 100644 --- a/src/app/editor.coffee +++ b/src/app/editor.coffee @@ -22,7 +22,7 @@ class Editor extends View showLineNumbers: true autoIndent: true autoIndentOnPaste: false - normalizeIndentOnPaste: false + normalizeIndentOnPaste: true nonWordCharacters: "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?-" preferredLineLength: 80