Created
July 20, 2018 16:37
-
-
Save bbonamin/786c0123db8227c7634fab9076df18bf to your computer and use it in GitHub Desktop.
Sublime Text 3 Config - July 2018
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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