Skip to content

Commit

Permalink
Avoid fiddling with font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinkihaveacat committed Jan 3, 2013
1 parent 581b184 commit 35bd449
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions etc/subl/Preferences.sublime-settings
Expand Up @@ -29,10 +29,14 @@
"*.sublime-workspace" "*.sublime-workspace"
], ],
"font_face": "Source Code Pro", "font_face": "Source Code Pro",
"font_size": 14.0, // Not possible to make platform-specific font_size change, see:
// https://sublime-text-unofficial-documentation.readthedocs.org/en/latest/customization/settings.html#types-of-settings
// (If necessary, edit "Packages/Default/Preferences (*).sublime-settings"
// directly.)
"qqfont_size": 10.0,
"highlight_modified_tabs": true, "highlight_modified_tabs": true,
"line_padding_bottom": 1, "line_padding_bottom": 0,
"line_padding_top": 1, "line_padding_top": 0,
"rulers": "rulers":
[ [
80, 80,
Expand Down

0 comments on commit 35bd449

Please sign in to comment.