Skip to content

Instantly share code, notes, and snippets.

@timhettler
Created August 26, 2014 13:20
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 timhettler/29dc07ab0fac324c987b to your computer and use it in GitHub Desktop.
Save timhettler/29dc07ab0fac324c987b to your computer and use it in GitHub Desktop.
Sublime Text User Settings
{
"auto_complete_triggers":
[
{
"characters": "ng-controller=\"*",
"selector": "punctuation.definition.string"
}
],
"color_scheme": "Packages/User/Monokai (SL).tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"fade_fold_buttons": true,
"find_selected_text": true,
"fold_buttons": true,
"folder_exclude_patterns":
[
".svn",
"!.git",
".hg",
"CVS",
"_build",
"site",
".gitattributes",
".gitignore",
".idea",
".sass-cache",
".settings"
],
"font_face": "Droid Sans Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 17.0,
"highlight_line": true,
"ignored_packages":
[
"SublimeLinter",
"BracketHighlighter",
"AngularJS"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment