Skip to content

Instantly share code, notes, and snippets.

@jasonbraun
Last active April 11, 2017 19:33
Show Gist options
  • Save jasonbraun/621c92fa41dc16804507 to your computer and use it in GitHub Desktop.
Save jasonbraun/621c92fa41dc16804507 to your computer and use it in GitHub Desktop.
My Sublime User Settings
{
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro for Powerline",
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_content": true,
"match_brackets_square": true,
"open_files_in_new_window": false,
"rulers":
[
120
],
"scroll_past_end": true,
"show_full_path": true,
"spell_check": false,
"tab_size": 2,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment