Sublime Text 3
View - Ruler: the selection options are as follows: None, 70, 78, 80, 100, & 120
Is there a way to override the selection, by adding a user preference in Preferences: Settings - User? If I add the following line of code, it has no effect whatsoever:
“rulers”: [79],
I’ve read some posts that this can be impacted by choice of font. Is that relevant as I’ve described my situation above? My font-face setting is the Default setting:
“font-face”: “”,
Thanks!