Skip to content

Instantly share code, notes, and snippets.

@soenkekluth
Last active August 29, 2015 13:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soenkekluth/9789603 to your computer and use it in GitHub Desktop.
Save soenkekluth/9789603 to your computer and use it in GitHub Desktop.
sublime-settings
{
"auto_complete_triggers":
[
{
"characters": "qazwsxedcrfvtgbyhnujmikolpQAZWSXEDCRFVTGBYHNUJMIKOLP<",
"selector": "text, source, meta, string, punctuation, constant"
},
{
"characters": "/",
"selector": "string.quoted.double.html, string.quoted.single.html, source.css, source.scss"
}
],
"bold_folder_labels": true,
"color_scheme": "Packages/User/Flatland Monokai (SL).tmTheme",
"detect_indentation": false,
"detect_slow_plugins": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"*.psd"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".sass-cache",
".idea",
".svn",
".git",
".hg",
"CVS",
"node_modules"
],
// "font_face": "Menlo",
// "font_face": "Source Code Pro",
"font_face": "Droid Sans Mono",
"line_padding_bottom": 1,
"font_options":
[
],
"font_size": 18,
"gutter": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": false,
"tab_size": 4,
"theme": "Piatto Dark 3.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": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment