Default editor.normalizeIndentOnPaste to true

This commit is contained in:
Nathan Sobo
2013-06-19 13:01:23 -06:00
parent 48b4c62696
commit 44e73200ff

View File

@@ -22,7 +22,7 @@ class Editor extends View
showLineNumbers: true
autoIndent: true
autoIndentOnPaste: false
normalizeIndentOnPaste: false
normalizeIndentOnPaste: true
nonWordCharacters: "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?-"
preferredLineLength: 80