Skip to content

Instantly share code, notes, and snippets.

@jeromecoupe
Last active October 9, 2015 02:47
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 jeromecoupe/3426115 to your computer and use it in GitHub Desktop.
Save jeromecoupe/3426115 to your computer and use it in GitHub Desktop.
Sublime Text 2 User Config
{
"theme": "Soda Dark.sublime-theme",
"bold_folder_labels": true,
"highlight_modified_tabs": true,
"soda_classic_tabs": true,
"highlight_modified_tabs": true,
"color_scheme": "Packages/User/themes/Monokai.tmTheme",
"font_face": "Inconsolata",
"font_size": 17,
"save_on_focus_lost": true,
"tab_size": 4,
"trim_trailing_white_space_on_save": true,
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
".git"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment