Skip to content

Instantly share code, notes, and snippets.

@wswld
Created July 20, 2015 14:19
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 wswld/f9f90beef7ebe609d675 to your computer and use it in GitHub Desktop.
Save wswld/f9f90beef7ebe609d675 to your computer and use it in GitHub Desktop.
Sublime Text Config
{
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"rulers": [80, 120],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"highlight_line": true,
"draw_white_space": "all",
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"shift_tab_unindent": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment