Created
October 29, 2019 13:57
-
-
Save estensland/b7f65c7fe97d4b777d32f7bcd98c6c2c to your computer and use it in GitHub Desktop.
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/User/real_pastels.sublime-theme", | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": true, | |
"find_selected_text": true, | |
"font_size": 20, | |
"ignored_packages": | |
[ | |
"Colorsublime", | |
"Colorsublime - Themes", | |
"Vintage" | |
], | |
"rulers": | |
[ | |
80, | |
110 | |
], | |
"save_on_focus_lost": true, | |
"tab_size": 2, | |
"theme": "Default.sublime-theme", | |
"trailing_spaces_trim_on_save": true, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"binary_file_patterns": ["*/coverage/*", "*/public/*", "*/tmp/*", "*/log/*"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment