Skip to content

Instantly share code, notes, and snippets.

@appleboy
Created March 4, 2015 10:23
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 appleboy/9367374d0e8980d002d9 to your computer and use it in GitHub Desktop.
Save appleboy/9367374d0e8980d002d9 to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
"detect_indentation": false,
"draw_white_space": "all",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
".scssc"
],
"flatland_sidebar_tree_xlarge": true,
"flatland_square_tabs": true,
"folder_exclude_patterns":
[
".sass-cache",
".svn",
".git",
".hg",
"CVS",
"bin",
".bundle",
"vendor/cache",
"tmp",
"coverage"
],
"font_face": "WenQuanYi Micro Hei Mono",
"font_size": 15,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
"SublimeCodeIntel"
],
"remember_open_files": true,
"theme": "Flatland Dark.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