Skip to content

Instantly share code, notes, and snippets.

@albertski
Created June 6, 2016 15:27
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 albertski/c693a4ba2f7fb6f7da8b9d8897578ef8 to your computer and use it in GitHub Desktop.
Save albertski/c693a4ba2f7fb6f7da8b9d8897578ef8 to your computer and use it in GitHub Desktop.
Sublime Settings for Drupal Development
{
"color_scheme": "Packages/Theme - Soda/Monokai Soda.tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"extensions":
[
"module",
"install",
"inc"
],
"fallback_encoding": "UTF-8",
"find_selected_text": true,
"font_options":
[
"subpixel_antialias"
],
"font_size": 12.0,
"highlight_line": true,
"ignored_packages":
[
"SyncedSideBar"
],
"open_files_in_new_window": false,
"rulers":
[
80
],
"shift_tab_unindent": true,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"tab_size": 2,
"theme": "Soda Light.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