Created
July 12, 2015 03:49
-
-
Save phirefly/95230351b26249ade6c8 to your computer and use it in GitHub Desktop.
Sublime: font 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/Color Scheme - Default/Cobalt.tmTheme", | |
| "font_face": "Anonymous Pro", | |
| "font_size": 18.0, | |
| "highlight_line": true, | |
| "ignored_packages": | |
| [ | |
| ], | |
| "line_padding_top": 3, | |
| "tab_size": 2, | |
| "translate_tabs_to_spaces": true, | |
| "trim_trailing_white_space_on_save": true, | |
| "vintage_start_in_command_mode": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment