Skip to content

Instantly share code, notes, and snippets.

@eporroa
Created May 27, 2014 17:47
Show Gist options
  • Save eporroa/a7fac4114e11dcf32ec5 to your computer and use it in GitHub Desktop.
Save eporroa/a7fac4114e11dcf32ec5 to your computer and use it in GitHub Desktop.
SublimeText2 User Preferences
{
"draw_white_space": "all",
"font_size": 13.0,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
120
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"trailing_spaces_include_current_line": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment