|
|
|
|
|
by willtheperson
4334 days ago
|
|
This caused me to lookup Sublime Text (3)'s font configuration options and see there were some options I didn't know about. For example, you can add line-height by adding {
"line_padding_bottom": 2,
"line_padding_top": 2
}
to your Preferences file. Found this info here in what is also the best version of a ST manual I've seen
http://sublime-text-unofficial-documentation.readthedocs.org... |
|