Skip to content

Instantly share code, notes, and snippets.

@Sigmus
Last active December 14, 2015 09:58
Show Gist options
  • Save Sigmus/5068300 to your computer and use it in GitHub Desktop.
Save Sigmus/5068300 to your computer and use it in GitHub Desktop.
Sublime user preferences.
{
"caret_style": "phase",
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"font_face": "Monaco",
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options": ["draw_normal", "draw_active"],
"line_padding_bottom": 1,
"line_padding_top": 1,
"soda_classic_tabs": true,
"tab_completion": false,
"tab_size": 2,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": true,
"open_files_in_new_window": false,
"create_window_at_startup": false,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment