Skip to content

Instantly share code, notes, and snippets.

@jacrook
Last active August 29, 2015 13:56
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 jacrook/8847007 to your computer and use it in GitHub Desktop.
Save jacrook/8847007 to your computer and use it in GitHub Desktop.
Sublime 3 User Settings
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/FireCode (SL).tmTheme",
"detect_indentation": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": true,
"flatland_sidebar_tree_xlarge": true,
"flatland_square_tabs": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"tmp",
".bundle",
".sass-cache"
],
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias",
"no_bold"
],
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 0,
"line_padding_top": 1,
"rulers":
[
80
],
"show_tab_close_buttons": false,
"soda_classic_tabs": false,
"soda_folder_icons": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"detect_indentation": false,
"theme": "Flatland Dark.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment