Skip to content

Instantly share code, notes, and snippets.

@dcai
Last active April 25, 2020 14:13
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 dcai/1168664 to your computer and use it in GitHub Desktop.
Save dcai/1168664 to your computer and use it in GitHub Desktop.
sublime text config
{
"spell_check": true,
"always_show_minimap_viewport": false,
"auto_find_in_selection": true,
"bold_folder_labels": false,
"caret_style": "wide",
"close_windows_when_empty": false,
"copy_with_empty_selection": false,
"create_window_at_startup": false,
"detect_indentation": true,
"drag_text": false,
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".hg",
".sass-cache",
".svn",
"bin",
"CVS",
"tmp"
],
"font_face": "Hack",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"match_brackets_angle": true,
"overlay_scroll_bars": "enabled",
"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