Skip to content

Instantly share code, notes, and snippets.

@bhaver
Created March 15, 2015 22:55
Show Gist options
  • Save bhaver/c1e56f13a9bb98150d8c to your computer and use it in GitHub Desktop.
Save bhaver/c1e56f13a9bb98150d8c to your computer and use it in GitHub Desktop.
Sublime Text 3 User Settings
{
"bold_folder_labels": true,
"caret_extra_width": 3,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/User/SublimeLinter/Boron (SL).tmTheme",
"copy_with_empty_selection": false,
"drag_text": false,
"draw_minimap_border": true,
"enable_tab_scrolling": true,
"fade_fold_buttons": true,
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
"node_modules",
".git",
".tmp",
"public",
"vendor",
"bower_components",
"ios",
"android",
"platform",
"lib",
"dist"
],
"font_face": "Input Mono",
"font_options":
[
"no_round"
],
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Modific",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"margin": 4,
"match_brackets_content": true,
"match_selection": true,
"match_tags": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"preview_on_click": true,
"scroll_past_end": true,
"scroll_speed": 10.0,
"shift_tab_unindent": true,
"show_full_path": false,
"show_panel_on_build": false,
"show_tab_close_buttons": false,
"sidebar_default": true,
"tab_height_tall": true,
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment