Skip to content

Instantly share code, notes, and snippets.

@bbonamin
Created July 20, 2018 16:37
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 bbonamin/786c0123db8227c7634fab9076df18bf to your computer and use it in GitHub Desktop.
Save bbonamin/786c0123db8227c7634fab9076df18bf to your computer and use it in GitHub Desktop.
Sublime Text 3 Config - July 2018
{
"color_scheme": "Packages/ayu/ayu-dark.tmTheme",
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.log",
".git/*"
],
"folder_exclude_patterns":
[
"tmp/*",
"node_modules/*",
"bower_components/*",
"public/packs/*",
"coverage/"
],
"font_face": "Fira Code",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 13,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"skin": "ayu/ayu dark",
"tab_size": 2,
"theme": "ayu-dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment