Last active
September 20, 2018 14:20
-
-
Save jsdario/59d83c5e35b8d7ebe884ef942f0b6e02 to your computer and use it in GitHub Desktop.
Sublime Preferences
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
Show hidden characters
{ | |
"color_scheme": "Packages/Naomi/Candyman.tmTheme", | |
"draw_white_space": "all", | |
"folder_exclude_patterns": | |
[ | |
".gradle", | |
".git", | |
"lcov-report", | |
"build/intermediates", | |
"build/outputs", | |
"*.framework", | |
"*.noindex", | |
".cache/nyc", | |
".nyc_output", | |
".idea", | |
"coverage" | |
], | |
"font_size": 14, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"hot_exit": false, | |
"rulers": [80], | |
"remember_open_files": false, | |
"tab_size": 2, | |
"theme": "Adaptive.sublime-theme", | |
"translate_tabs_to_spaces": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment