Skip to content

Instantly share code, notes, and snippets.

@craigmdennis
Created June 20, 2016 14:28
Show Gist options
  • Save craigmdennis/8de9db2288feda907cd669b4b8f724c3 to your computer and use it in GitHub Desktop.
Save craigmdennis/8de9db2288feda907cd669b4b8f724c3 to your computer and use it in GitHub Desktop.
Sublime Preferences
{
"auto_indent": true,
"binary_file_patterns":
[
"*.bz2",
"*.dds",
"*.eot",
"*.gif",
"*.gz",
"*.ico",
"*.jar",
"*.jpeg",
"*.jpg",
"*.pdf",
"*.png",
"*.swf",
"*.tar",
"*.tga",
"*.ttf",
"*.zip",
".publish/*",
".ruby-version",
".sass-cache/*",
".tmp/*",
".vagrant/*",
"bin/*",
"bower_components/*",
"build/*",
"dist/*",
"html/wp-content/**",
"node_modules/*",
"public/*",
"report/*",
"tmp/*",
"vendor/*",
"wordpress/*",
"wp-admin/*",
"wp-core/*",
"wp-includes/*"
],
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"default_line_ending": "system",
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_minimap_border": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"font_face": "Menlo",
"font_options":
[
"subpixel_antialias"
],
"font_size": 12,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"index_exclude_patterns":
"wp-content/*",
"*.log"
],
"line_padding_bottom": 2,
"line_padding_top": 0,
"open_files_in_new_window": true,
"overlay_scroll_bars": "enabled",
"remember_open_files": true,
"scroll_past_end": true,
"shift_tab_unindent": true,
"spell_check": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"wide_caret": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment