Default editor.preferredLineLength config to 80

This commit is contained in:
Kevin Sawicki
2013-04-30 15:03:46 -07:00
parent af5392b8ac
commit a788006d7c

View File

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