Created
June 17, 2014 12:55
-
-
Save enajski/d0fc4e1ff7bca6e20baf to your computer and use it in GitHub Desktop.
Sublime Text 3 user config
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, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Color Scheme - Default/Espresso Libre.tmTheme", | |
"font_face": "Menlo", | |
"font_size": 19, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"SublimeCodeIntel" | |
], | |
"scroll_past_end": true, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment