Skip to content

Instantly share code, notes, and snippets.

@mgrouchy
Created January 30, 2013 18:52
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 mgrouchy/4675684 to your computer and use it in GitHub Desktop.
Save mgrouchy/4675684 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"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",
".gitmodules"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".ropeproject",
"_build",
"dist",
"build",
"site"
],
"font_face": "Menlo Regular for Powerline",
"font_options":
[
"subpixel_antialias"
],
"font_size": 13,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"margin": 0,
"rulers":
[
79
],
"trim_trailing_white_space_on_save": true,
"vintage_ctrl_keys": true,
"vintage_start_in_command_mode": true,
"color_scheme": "Packages/Tomorrow Color Schemes/tomorrow-night.tmTheme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment