Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save iam-msm/d50c9dbec051c4f6875e to your computer and use it in GitHub Desktop.
Save iam-msm/d50c9dbec051c4f6875e to your computer and use it in GitHub Desktop.
Wes Bos's Sublime Text Preferences
{
"afn_insert_dimensions": false,
"auto_indent": true,
"binary_file_patterns":
[
".DS_Store",
"node_modules/",
"tmp/",
"*.png",
"*.psd",
"*.ai",
"*.min.js",
"tmp/",
"_tmp/"
],
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 3,
"caret_style": "solid",
"close_windows_when_empty": true,
"color_scheme": "Packages/User/cobalt2 (SL).tmTheme",
"detect_indentation": false,
"draw_centered": false,
"draw_minimap_border": true,
"draw_white_space": "selection",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"extend_env":
{
"PATH": "/usr/local/bin"
},
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.sublime-workspace",
".DS_Store"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".git",
".awestruct",
".sass-cache",
"_developer-materials",
"_downloads",
"_tmp",
"_specs",
"_site",
"_products",
"_projects"
],
"font_face": "inconsolata",
"font_size": 20,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintageous",
"RegReplace",
"SFTP",
"ColorPicker",
"Goto-CSS-Declaration",
"Batch File",
"FixMyJS",
"SublimeLinter-csslint",
"SublimeLinter-coffee",
"LiveReload",
"SubliminalCollaborator",
"SASS Build",
"Vintage",
"JSHint Gutter",
"WakaTime",
"SublimeOnSaveBuild",
"BracketHighlighter",
"FindKeyConflicts",
"Markdown",
"Nodejs",
"CSSLint",
"Pretty JSON",
"Gutter Color",
"CSS3_Syntax"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 4,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"open_files_in_new_window": false,
"origami_auto_zoom_on_focus": false,
"rulers":
[
80
],
"scroll_past_end": true,
"show_full_path": true,
"show_tab_close_buttons": false,
"spell_check": true,
"tab_size": 2,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": true,
"use_simple_full_screen": false,
"use_tab_stops": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment