Skip to content

Instantly share code, notes, and snippets.

@taktran
Created September 12, 2012 13:07
Show Gist options
  • Save taktran/3706491 to your computer and use it in GitHub Desktop.
Save taktran/3706491 to your computer and use it in GitHub Desktop.
Tak's sublime user preferences
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
"tmp"
],
"font_size": 12.0,
"ignored_packages":
[
"Vintage"
],
"detect_slow_plugins": false,
"translate_tabs_to_spaces": true,
"tab_size": 2,
"word_wrap": "true",
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment