Skip to content

Instantly share code, notes, and snippets.

@kcpavan
Created March 17, 2014 08:25
Show Gist options
  • Save kcpavan/9595734 to your computer and use it in GitHub Desktop.
Save kcpavan/9595734 to your computer and use it in GitHub Desktop.
My Sublime Settings
{
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 4,
"caret_style": "solid",
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"font_size": 13,
"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,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"theme": "Cobalt2.sublime-theme",
"font_size": 14.0,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment