Skip to content

Instantly share code, notes, and snippets.

@davecarter
Last active December 15, 2015 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davecarter/35e96f053d51e139f601 to your computer and use it in GitHub Desktop.
Save davecarter/35e96f053d51e139f601 to your computer and use it in GitHub Desktop.
Sublime Text 3 Preferences
{
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Visual Studio Dark (SL).tmTheme",
"copy_with_empty_selection": false,
"draw_white_space": "all",
"fade_fold_buttons": false,
"flatland_sidebar_tree_large": true,
"flatland_square_tabs": true,
"font_options":
[
"gray-antialias"
],
"font_size": 18,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1.5,
"line_padding_top": 1.5,
"scroll_past_end": true,
"show_full_path": true,
"spaces": 2,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment