workstation/roles/home-gui/files/Preferences.sublime-settings

22 lines
427 B
Text
Raw Normal View History

2020-02-12 12:11:29 +00:00
{
2020-02-12 15:09:15 +00:00
"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,
2020-02-12 12:11:29 +00:00
"tab_size": 8,
2020-02-12 15:09:15 +00:00
"trim_trailing_white_space_on_save": true,
"wrap_width": 78
2020-02-12 12:11:29 +00:00
}