Skip to content

Instantly share code, notes, and snippets.

@scottrobertson
Created August 19, 2013 13:19
Show Gist options
  • Save scottrobertson/6269027 to your computer and use it in GitHub Desktop.
Save scottrobertson/6269027 to your computer and use it in GitHub Desktop.
My Default Sublime Settings
{
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"spell_check": true,
"highlight_line": true,
"fold_buttons": false,
"highlight_modified_tabs": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment