tab size in editor settings and better options management
This commit is contained in:
@@ -48,11 +48,12 @@
|
||||
mode: { name: '{{=filetype}}'{{if filetype=='python':}},version: 2,singleLineStringErrors: false, {{pass}} },
|
||||
{{pass}}
|
||||
lineNumbers: true,
|
||||
indentUnit: 4,
|
||||
indentUnit: current_tabwidth,
|
||||
indentWithTabs: current_indentwithtabs,
|
||||
tabSize: current_tabwidth,
|
||||
styleActiveLine: true,
|
||||
autoCloseTags: current_closetag,
|
||||
theme: current_theme,
|
||||
tabMode: "shift",
|
||||
lineWrapping: true,
|
||||
foldGutter: current_codefolding,
|
||||
gutters: ["CodeMirror-linenumbers", "breakpoints", "CodeMirror-foldgutter"],
|
||||
|
||||
Reference in New Issue
Block a user