Skip to content

Instantly share code, notes, and snippets.

@markijbema
Created May 29, 2013 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save markijbema/5668813 to your computer and use it in GitHub Desktop.
Save markijbema/5668813 to your computer and use it in GitHub Desktop.
SublimeText user preferences
{
"detect_indentation": false,
"detect_slow_plugins": false,
"ensure_newline_at_eof_on_save": true,
"font_size": 16.0,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"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