tab size in editor settings and better options management

This commit is contained in:
ilvalle
2013-10-20 08:40:05 +02:00
parent b5f17b1acb
commit 56f251ca0c
4 changed files with 29 additions and 12 deletions
@@ -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"],