Created
November 22, 2015 19:54
-
-
Save azam/4fbaa513e9cdb50f8508 to your computer and use it in GitHub Desktop.
Azam's Sublime Text 3 User 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
Show hidden characters
// Settings in here override those in "Default/Preferences.sublime-settings", | |
// and are overridden in turn by file type specific settings. | |
{ | |
"draw_white_space": "all", | |
"rulers": [80], | |
"font_face": "Ricty Diminished", // https://github.com/yascentur/RictyDiminished | |
"font_size": 11, | |
"font_options": ["directwrite"], | |
"line_padding_top": 0, | |
"line_padding_bottom": 0, | |
"highlight_line": true, | |
"fade_fold_buttons": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment