Skip to content

Instantly share code, notes, and snippets.

@soenkekluth
Last active August 29, 2015 14:08
Show Gist options
  • Save soenkekluth/a2ee6408c79e14fd1830 to your computer and use it in GitHub Desktop.
Save soenkekluth/a2ee6408c79e14fd1830 to your computer and use it in GitHub Desktop.
{
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": ".",
"selector": "source.js"
},
{
"characters": "/",
"selector": "string.quoted.double.html, string.quoted.single.html, source.css, source.scss, source.styl"
}
],
"bold_folder_labels": true,
"caret_extra_width": 2,
"color_scheme": "Packages/User/Seti (SL).tmTheme",
"detect_indentation": false,
"detect_slow_plugins": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"*.psd",
"*.sublime-workspace"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".sass-cache",
".idea",
".svn",
".git",
".hg",
"CVS",
"node_modules"
],
"font_face": "Droid Sans Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 16,
"gutter": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"JavaScript",
"Vintage"
],
"line_padding_bottom": 2,
"scroll_past_end": false,
"tab_size": 2,
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_wrap": "false",
"wrap_width": 160
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment