Skip to content

Instantly share code, notes, and snippets.

@steinmb
Last active October 13, 2015 03:27
Show Gist options
  • Save steinmb/4131871 to your computer and use it in GitHub Desktop.
Save steinmb/4131871 to your computer and use it in GitHub Desktop.
Sublime Drupal config
{
"color_scheme": "Packages/Phix Color Scheme/Phix Dark.tmTheme",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"font_size": 12.0,
"rulers":
[
80
],
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"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