Skip to content

Instantly share code, notes, and snippets.

@MehulATL
Created September 23, 2014 19:52
Show Gist options
  • Save MehulATL/7e2d771e1c4621d82b6e to your computer and use it in GitHub Desktop.
Save MehulATL/7e2d771e1c4621d82b6e to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"color_scheme": "Packages/Dracula Color Scheme/Dracula.tmTheme",
"file_exclude_patterns":
[
".DS_Store",
".tags*",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db",
"*.pdf"
],
"font_face": "Monaco",
"font_size": 17.0,
"ignored_packages":
[
"Better CoffeeScript",
"Vintage"
],
"open_files_in_new_window": false,
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "Glacier.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment