Skip to content

Instantly share code, notes, and snippets.

@opdavies
Last active September 29, 2015 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save opdavies/8700c306f313973c2a0c to your computer and use it in GitHub Desktop.
Save opdavies/8700c306f313973c2a0c to your computer and use it in GitHub Desktop.
{
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime*"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"FirePHPCore"
],
"font_face": "Monaco",
"font_options":
[
"no_bold",
"no_italic"
],
"font_size": 15.0,
"highlight_line": true,
"ignored_packages":
[
],
"line_padding_bottom": 1.5,
"rulers":
[
80
],
"save_on_focus_lost": true,
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
[
{ "keys": ["alt+s"], "command": "toggle_side_bar" },
{ "keys": ["alt+r"], "command": "reindent" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment