Skip to content

Instantly share code, notes, and snippets.

@tamcgoey
Created September 19, 2019 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tamcgoey/bc0e2f614580410bb2bf12d08fb41e64 to your computer and use it in GitHub Desktop.
Save tamcgoey/bc0e2f614580410bb2bf12d08fb41e64 to your computer and use it in GitHub Desktop.
{
"draw_minimap_border": true,
"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",
"*.sublime-workspace"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"tmp",
"bower_components",
"node_modules",
"dist"
],
"font_face": "Dank Mono",
"font_size": 16,
"ignored_packages":
[
"Vintage"
],
"show_tab_close_buttons": true,
"tab_size": 2,
"theme": "Default.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