From ceb94fb77b174641772c3f3911ac8c624c9d9b9a Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 24 Nov 2023 10:43:30 +0000 Subject: [PATCH] Default theme; tab size 4; show whitespace --- roles/home-gui/files/Preferences.sublime-settings | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/roles/home-gui/files/Preferences.sublime-settings b/roles/home-gui/files/Preferences.sublime-settings index 6c26e77..a0733ff 100644 --- a/roles/home-gui/files/Preferences.sublime-settings +++ b/roles/home-gui/files/Preferences.sublime-settings @@ -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 }