Skip to content

Instantly share code, notes, and snippets.

@ivanoats
Forked from brookr/user_preferences.json
Last active December 17, 2015 07:09
Show Gist options
  • Save ivanoats/5570352 to your computer and use it in GitHub Desktop.
Save ivanoats/5570352 to your computer and use it in GitHub Desktop.
Sublime Text Class Settings
{
"font_size": 32.0,
"ignored_packages":
[
"Vintage"
],
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"save_on_focus_lost": true,
"tab_size": 2,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment