Skip to content

Instantly share code, notes, and snippets.

@mslepko
Created March 18, 2014 22:56
Show Gist options
  • Save mslepko/9631581 to your computer and use it in GitHub Desktop.
Save mslepko/9631581 to your computer and use it in GitHub Desktop.
ST3 User preferences
{
"atomic_save": false,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 1,
"caret_style": "solid",
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"enable_tab_scrolling": false,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 0,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": 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