Dotfiles/sublime-text-3/Packages/User/Preferences.sublime-settings
Nis Wechselberg 49b2e2d658 - Added nocorrect options for git
- Updated Sublime Preferences
- Removed deprecated paths for ptolemy
- Removed deprecated paths for Stellaris Coding
2016-07-14 11:06:02 +02:00

21 lines
514 B
Text

{
"caret_style": "phase",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"ensure_newline_at_eof_on_save": true,
"figlet_font": "banner3",
"font_face": "Hack",
"ignored_packages":
[
"Arduino-like IDE",
"Vintage"
],
"save_on_focus_lost": true,
"shift_tab_unindent": true,
"show_encoding": true,
"spell_check": true,
"tab_completion": false,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}