Default theme; tab size 4; show whitespace
This commit is contained in:
parent
5851816b8a
commit
ceb94fb77b
1 changed files with 5 additions and 3 deletions
|
@ -3,8 +3,11 @@
|
||||||
"always_show_minimap_viewport": true,
|
"always_show_minimap_viewport": true,
|
||||||
"auto_complete_commit_on_tab": false,
|
"auto_complete_commit_on_tab": false,
|
||||||
"close_windows_when_empty": true,
|
"close_windows_when_empty": true,
|
||||||
"color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme",
|
|
||||||
"dictionary": "Packages/Language - English/en_GB.dic",
|
"dictionary": "Packages/Language - English/en_GB.dic",
|
||||||
|
"draw_white_space":
|
||||||
|
[
|
||||||
|
"all"
|
||||||
|
],
|
||||||
"ensure_newline_at_eof_on_save": true,
|
"ensure_newline_at_eof_on_save": true,
|
||||||
"hot_exit": false,
|
"hot_exit": false,
|
||||||
"ignored_packages":
|
"ignored_packages":
|
||||||
|
@ -17,8 +20,7 @@
|
||||||
],
|
],
|
||||||
"show_encoding": true,
|
"show_encoding": true,
|
||||||
"show_line_endings": true,
|
"show_line_endings": true,
|
||||||
"tab_size": 8,
|
"tab_size": 4,
|
||||||
"theme": "Adaptive.sublime-theme",
|
|
||||||
"trim_trailing_white_space_on_save": true,
|
"trim_trailing_white_space_on_save": true,
|
||||||
"wrap_width": 0
|
"wrap_width": 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue