Created
December 26, 2015 06:52
-
-
Save katio/8ca94b13b66565815bc4 to your computer and use it in GitHub Desktop.
Simple Sublime Text preferences JSON
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/Color Scheme - Default/Monokai.tmTheme", | |
"font_face": "", | |
"font_size": 14, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"trim_trailing_white_space_on_save": true, | |
"save_on_focus_lost": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment