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

27 lines
543 B
Text
Raw Normal View History

// Copy to "%AppData%\Sublime Text 3\Packages\User\Preferences.sublime-settings"
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",
"draw_white_space":
[
"all"
],
2020-02-13 16:27:25 +00:00
"ensure_newline_at_eof_on_save": true,
2020-02-12 15:09:15 +00:00
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
2020-06-04 20:25:49 +00:00
100
2020-02-12 15:09:15 +00:00
],
"show_encoding": true,
"show_line_endings": true,
"tab_size": 4,
2020-02-12 15:09:15 +00:00
"trim_trailing_white_space_on_save": true,
2020-02-12 15:23:45 +00:00
"wrap_width": 0
2020-02-12 12:11:29 +00:00
}