code cosmetics to silence eslint

This commit is contained in:
tophf 2017-09-02 19:32:12 +03:00
parent 4dbca46b41
commit 1d1d0453e1

View File

@ -25,7 +25,7 @@ var prefs = new function Prefs() {
'manage.newUI.targets': 3, // max number of applies-to targets visible: 0 = none
'editor.options': {}, // CodeMirror.defaults.*
'editor.options.expanded': true,// UI element state: expanded/collapsed
'editor.options.expanded': true, // UI element state: expanded/collapsed
'editor.lineWrapping': true, // word wrap
'editor.smartIndent': true, // 'smart' indent
'editor.indentWithTabs': false, // smart indent with tabs