Skip to content

Instantly share code, notes, and snippets.

@roberto-butti
Created May 8, 2015 08:27
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 roberto-butti/00eda51122eec761fd5c to your computer and use it in GitHub Desktop.
Save roberto-butti/00eda51122eec761fd5c to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"auto_indent": true,
"detect_indentation": true,
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": false,
"smart_indent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"use_tab_stops": true,
"draw_white_space": "all",
"trim_trailing_white_space_on_save": true,
"rulers": [80]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment