Skip to content

Instantly share code, notes, and snippets.

@joshgreen
Created October 16, 2017 18:06
Show Gist options
  • Save joshgreen/f5128997f8c1d44bef8a11afe1d0c0fa to your computer and use it in GitHub Desktop.
Save joshgreen/f5128997f8c1d44bef8a11afe1d0c0fa to your computer and use it in GitHub Desktop.
settings 20171016
{
"auto_complete": true,
"auto_indent": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"close_windows_when_empty": false,
"detect_slow_plugins": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_minimap_border": true,
"draw_white_space": "selection",
"enable_tab_scrolling": false,
"file_exclude_patterns":
[
".DS_Store",
".gitkeep"
],
"folder_exclude_patterns":
[
".git",
"coverage",
"tmp",
".svn",
".hg",
"CVS",
"tmp",
".bundle",
".sass-cache"
],
"font_face": "Source Code Pro Light",
"font_options":
[
"no_bold",
"subpixel_antialias",
"no_round"
],
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"RestructuredText",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets": false,
"match_brackets_angle": false,
"match_brackets_braces": false,
"match_brackets_content": false,
"match_brackets_square": false,
"match_tags": false,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"save_on_focus_lost": true,
"scroll_speed": 5.0,
"show_full_path": false,
"show_panel_on_build": false,
"tab_size": 2,
"theme": "predawn.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false,
"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