Skip to content

Instantly share code, notes, and snippets.

@erkobridee
Created August 22, 2015 01:49
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 erkobridee/ded7fc5265df245cbe8b to your computer and use it in GitHub Desktop.
Save erkobridee/ded7fc5265df245cbe8b to your computer and use it in GitHub Desktop.
sublime text preference settings
{
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Eighties.tmTheme",
"default_encoding": "UTF-8",
"draw_indent_guides": true,
"draw_white_space": "all",
"findreplace_small": true,
"font_face": "Monaco",
"font_options":
[
"no_round"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"index_exclude_patterns":
[
"/Users/erkobridee/Desktop/jazz_temp*",
"*.log"
],
"rulers":
[
80
],
"tab_size": 2,
"tabs_small": true,
"theme": "predawn-DEV.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment