Skip to content

Instantly share code, notes, and snippets.

@fredsterss
Created September 2, 2014 22:55
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 fredsterss/2bd7c086c7fcfa2a9ae0 to your computer and use it in GitHub Desktop.
Save fredsterss/2bd7c086c7fcfa2a9ae0 to your computer and use it in GitHub Desktop.
sublime prefs
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"draw_white_space": "all",
"font_face": "monaco",
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"SublimeLinter",
"Vintage",
"WakaTime"
],
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "Spacegray.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