Created
May 17, 2019 04:43
-
-
Save michaeljymsgutierrez/e34da0d50f8df29b80ec3063c0059602 to your computer and use it in GitHub Desktop.
Sublime Text 3 - Settings
This file contains hidden or 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/Monokai++/themes/Monokai++.tmTheme", | |
| "detect_indentation": false, | |
| "font_size": 12, | |
| "highlight_modified_tabs": true, | |
| "hot_exit": false, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "index_files": false, | |
| "index_workers": 2, | |
| "remember_open_files": false, | |
| "tab_size": 2, | |
| "theme": "Adaptive.sublime-theme", | |
| "translate_tabs_to_spaces": true, | |
| "trim_trailing_white_space_on_save": true, | |
| "word_wrap": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment