Skip to content

Instantly share code, notes, and snippets.

@WebDevLuke
Last active March 28, 2019 09:24
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 WebDevLuke/1e185306289f0e34bb8c02ab2329e911 to your computer and use it in GitHub Desktop.
Save WebDevLuke/1e185306289f0e34bb8c02ab2329e911 to your computer and use it in GitHub Desktop.
Sublime User Settings
{
"auto_complete": true,
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_style": "blink",
"color_scheme": "Packages/ayu/ayu-dark.sublime-color-scheme",
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".hg",
"CVS"
],
"font_face": "arial",
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"JSON Reindent",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"scroll_speed": 0,
"tab_size": 4,
"theme": "ayu-dark.sublime-theme",
"wide_caret": false,
"word_wrap": true,
"show_git_status": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment