Skip to content

Instantly share code, notes, and snippets.

@stemount
Created July 26, 2013 16:33
Show Gist options
  • Save stemount/6090295 to your computer and use it in GitHub Desktop.
Save stemount/6090295 to your computer and use it in GitHub Desktop.
Drupal Sublime Text 2 Settings
{ "keys": ["ctrl+shift+t"], "command": "delete_trailing_spaces" }
{
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment