From f97c1c20a021580b5d73ce21c4878816e7744e9e Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 12 Feb 2020 15:09:15 +0000 Subject: [PATCH] Add more Sublime Text preferences --- .../files/Preferences.sublime-settings | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/roles/home-gui/files/Preferences.sublime-settings b/roles/home-gui/files/Preferences.sublime-settings index c2b4df7..77e2b09 100644 --- a/roles/home-gui/files/Preferences.sublime-settings +++ b/roles/home-gui/files/Preferences.sublime-settings @@ -1,5 +1,21 @@ { + "always_show_minimap_viewport": true, + "auto_complete_commit_on_tab": false, + "close_windows_when_empty": true, + "dictionary": "Packages/Language - English/en_GB.dic", + "ensure_newline_at_eof_on_save": false, + "hot_exit": false, + "ignored_packages": + [ + "Vintage" + ], + "rulers": + [ + 78 + ], + "show_encoding": true, + "show_line_endings": true, "tab_size": 8, - "wrap_width": 78, - "rulers": [78], + "trim_trailing_white_space_on_save": true, + "wrap_width": 78 }