Skip to content

Instantly share code, notes, and snippets.

@jerry80409
Last active June 24, 2016 16:08
Show Gist options
  • Select an option

  • Save jerry80409/06f87f2274482cde65ecf90da3182006 to your computer and use it in GitHub Desktop.

Select an option

Save jerry80409/06f87f2274482cde65ecf90da3182006 to your computer and use it in GitHub Desktop.
Sublime Text Preferences
{
"default_encoding": "UTF-8",
"theme": "Fox.sublime-theme",
"color_scheme": "Packages/Theme - Fox/fox.dark.tmTheme",
"font_face": "Menlo",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"line_numbers": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"fold_buttons": true,
"auto_match_enabled": true,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS"],
"file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db"],
"ignored_packages":["Vintage"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment