Skip to content

Instantly share code, notes, and snippets.

@joemcgill
Created October 17, 2014 20:46
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 joemcgill/88791c562d9f8614a962 to your computer and use it in GitHub Desktop.
Save joemcgill/88791c562d9f8614a962 to your computer and use it in GitHub Desktop.
Sublime Prefs
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/base16-ocean.dark (SL).tmTheme",
"detect_slow_plugins": false,
"folder_exclude_patterns":
[
".git",
".sass-cache",
"bower_components"
],
"font_face": "Letter Gothic Std Medium",
"font_options":
[
"no_bold",
"subpixel_antialias"
],
"font_size": 14.0,
"height_line": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 0,
"open_files_in_new_window": false,
"scroll_past_end": true,
"spell_check": true,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"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