Skip to content

Instantly share code, notes, and snippets.

@chrissuperduper
Created March 23, 2014 23:15
Show Gist options
  • Save chrissuperduper/9731319 to your computer and use it in GitHub Desktop.
Save chrissuperduper/9731319 to your computer and use it in GitHub Desktop.
Sublime Text 3 -> Preferences -> Settings - User
{
"color_scheme": "Packages/Base16/base16-eighties.dark.tmTheme",
"theme": "Flatland Dark.sublime-theme",
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"trailing_spaces_include_current_line": false,
"font_size": 13,
"ignored_packages": [],
"highlight_line": true,
"highlight_modified_tabs": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"bold_folder_labels": true,
"indent_guide_options": ["draw_normal", "draw_active"],
"spell_check": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 0.9,
"caret_style": "solid",
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment