Skip to content

Instantly share code, notes, and snippets.

@irmela
Created January 12, 2015 17:12
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 irmela/1cfcfd081afd6d0b6111 to your computer and use it in GitHub Desktop.
Save irmela/1cfcfd081afd6d0b6111 to your computer and use it in GitHub Desktop.
Sublime Text 3 config
{
"color_scheme": "Packages/Theme - Cyanide/Monocyanide.tmTheme",
"command": "goto_drupalapi",
"contrasted_light_quick_panel": true,
"contrasted_light_sidebar": true,
"contrasted_light_tabs": true,
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"icon_file_type_enable": true,
"ignored_packages":
[
"Vintage"
],
"keys":
[
"super+shift+h"
],
"rulers":
[
80
],
"shift_tab_unindent": true,
"tab_size": 2,
"tabs_medium": true,
"theme": "Cyanide - Acid.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