Skip to content

Instantly share code, notes, and snippets.

@ivanbreet
Last active December 15, 2015 16:49
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 ivanbreet/5291549 to your computer and use it in GitHub Desktop.
Save ivanbreet/5291549 to your computer and use it in GitHub Desktop.
Sublime Text 2 - User preferences
{
"align_indent": true,
"bold_folder_labels": true,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"default_line_ending": "unix",
"detect_slow_plugins": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"drag_text": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"fallback_encoding": "UTF-8",
"file_exclude_patterns":
[
".DS_Store",
".gitkeep",
"dump.rdb"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".git",
".sass-cache",
"coverage",
"log",
"tmp"
],
"font_options":
[
"subpixel_antialias"
],
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"LaTeX",
"JavaScript Snippets",
"Git",
"LiveReload",
"Vintage",
"Smart Delete",
"TidyHTML5",
"FindKeyConflicts",
"WordHighlight",
"D",
"DocBlockr",
"Goto Drupal API",
"Arduino-like IDE",
"CoffeeScript",
"AppleScript",
"Arduino",
"Jasmine",
"JSLint",
"sublimelint",
"TCL",
"SideBarEnhancements",
"ToggleQuotes",
"Sublime Files",
"Emmet",
"SCSS",
"Color Highlighter",
"Drupal",
"GitGutter",
"Jade Snippets",
"Line Completion",
"SublimeCodeIntel",
"PhpTidy",
"HTML Snippets",
"Less2Css",
"ActionScript",
"LiveStyle",
"Highlight Whitespaces",
"LESS-build"
],
"ignored_words":
[
"Drupal",
"filename"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"mid_line_tabs": false,
"open_files_in_new_window": false,
"remember_open_files": false,
"rulers":
[
80
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": 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