Skip to content

Instantly share code, notes, and snippets.

@phirefly
Last active September 6, 2015 04:54
Show Gist options
  • Save phirefly/c362bc6064171529cb6e to your computer and use it in GitHub Desktop.
Save phirefly/c362bc6064171529cb6e to your computer and use it in GitHub Desktop.
sublime-user-prefs-20150805
{
"color_scheme": "Packages/Color Scheme - Default/Solarized2Bd(Light).tmTheme",
"font_face": "Fantasque Sans Mono",
"font_size": 16.0,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
],
"line_padding_top": 3,
"remember_open_files": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"file_exclude_patterns": ["bundle.js","*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.psd", "*.db", "*.sublime-workspace"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment