Last active
January 11, 2017 20:52
-
-
Save mimiflynn/a72f8be4d22d87df206b to your computer and use it in GitHub Desktop.
Current Sublime Settings
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
{ | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme", | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"hot_exit": false, | |
"always_prompt_for_file_reload": false, | |
"remember_open_files": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment