Last active
April 29, 2016 21:03
-
-
Save therebelrobot/80d7922edca7899a62fbe9dd5d8d7c33 to your computer and use it in GitHub Desktop.
Sublime preferences, so I never EVER have to do this again.
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
Show hidden characters
{ | |
"atomic_save": true, | |
"auto_complete": false, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Colorsublime - Themes/Birds_of_Paradise.tmTheme", | |
"default_line_ending": "unix", | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, | |
"highlight_line": true, | |
"ignored_packages": [ | |
"Vintage" | |
], | |
"line_padding_top": 2, | |
"margin": 2, | |
"open_files_in_new_window": false, | |
"shift_tab_unindent": true, | |
"show_encoding": true, | |
"show_line_endings": true, | |
"tab_size": 2, | |
"theme": "Flatland Dark.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