Skip to content

Instantly share code, notes, and snippets.

@kcliu
Created May 30, 2015 09:44
Show Gist options
  • Save kcliu/1f38cdc276d60a2f79cc to your computer and use it in GitHub Desktop.
Save kcliu/1f38cdc276d60a2f79cc to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/Base16 Color Schemes/base16-eighties.dark.tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
"*.min.js",
"node_modules/*",
"sass-cache"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"font_face": "Source code pro Light",
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
],
"index_exclude_patterns":
[
"*.log"
],
"index_files": true,
"rulers":
[
80
],
"tab_size": 4,
"theme": "Seti.sublime-theme",
"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