Skip to content

Instantly share code, notes, and snippets.

@linqiu
Last active January 5, 2017 13:57
Show Gist options
  • Save linqiu/11163886 to your computer and use it in GitHub Desktop.
Save linqiu/11163886 to your computer and use it in GitHub Desktop.
sublime user settings
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"file_exclude_patterns":
[
"*.psd",
"*.ncb",
"*.exe",
"npm-debug.log",
"*.idb",
"*.dll",
"*.obj",
"*.sublime-workspace",
"*.suo",
"*.o",
".DS_Store",
"*.sdf",
"*.a",
"*.dylib",
"*.pyc",
"*.pdb",
"*.so",
"*.db",
"*.pyo",
"*.class",
"*.lib",
"*.tags",
"*.tags_sorted_by_file",
"*.gemtags"
],
"folder_exclude_patterns":
[
".hg",
".tscache",
"node_modules",
"bower_components",
".git",
".svn",
"docs",
"CVS",
"dist",
".sass-cache",
".tmp",
"tmp",
"public",
"client/build"
],
"font_size": 15,
"ignored_packages":
[
],
"tab_size": 4,
"translate_tabs_to_spaces": 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