Lock in indentation settings.
This commit is contained in:
parent
0c713873c0
commit
eb32a45bc6
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
"caret_extra_width": 0,
|
"caret_extra_width": 0,
|
||||||
"caret_style": "smooth",
|
"caret_style": "smooth",
|
||||||
"color_scheme": "Packages/voussoir/voussoir.tmTheme",
|
"color_scheme": "Packages/voussoir/voussoir.tmTheme",
|
||||||
|
"detect_indentation": false,
|
||||||
"enable_tab_scrolling": false,
|
"enable_tab_scrolling": false,
|
||||||
"font_face": "Consolas",
|
"font_face": "Consolas",
|
||||||
"font_size": 10,
|
"font_size": 10,
|
||||||
|
@ -19,4 +20,6 @@
|
||||||
"index_files": false,
|
"index_files": false,
|
||||||
"show_definitions": false,
|
"show_definitions": false,
|
||||||
"show_git_status": false
|
"show_git_status": false
|
||||||
|
"tab_size": 4,
|
||||||
|
"translate_tabs_to_spaces": true,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue