Skip to content

Instantly share code, notes, and snippets.

@fivemini
Last active December 25, 2015 08:18
Show Gist options
  • Save fivemini/6945313 to your computer and use it in GitHub Desktop.
Save fivemini/6945313 to your computer and use it in GitHub Desktop.
{
"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",
"*.swp",
"*.swo",
"*~"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"tmp"
],
"highlight_trailing_spaces_color_name": "invalid",
"ignored_packages":
[
//"Vintage"
],
"vintage_ctrl_keys": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment