Default theme; tab size 4; show whitespace

This commit is contained in:
Anthony Rose 2023-11-24 10:43:30 +00:00
parent 5851816b8a
commit ceb94fb77b

View file

@ -3,8 +3,11 @@
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": false,
"close_windows_when_empty": true,
"color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_white_space":
[
"all"
],
"ensure_newline_at_eof_on_save": true,
"hot_exit": false,
"ignored_packages":
@ -17,8 +20,7 @@
],
"show_encoding": true,
"show_line_endings": true,
"tab_size": 8,
"theme": "Adaptive.sublime-theme",
"tab_size": 4,
"trim_trailing_white_space_on_save": true,
"wrap_width": 0
}