Skip to content

Instantly share code, notes, and snippets.

@rahuldave
Created January 16, 2013 22:10
Show Gist options
  • Save rahuldave/4551419 to your computer and use it in GitHub Desktop.
Save rahuldave/4551419 to your computer and use it in GitHub Desktop.
a test gist from sublime
{
"detect_indentation": false,
"detect_slow_plugins": false,
"file_exclude_patterns":
[
".*",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"font_size": 12.0,
"ignored_packages":
[
"Vintage"
],
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": 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