linux - Sublime Text misaligned columns -
this screenshot of code fragment viewed in sublime text 3 in windows 7:
and screenshot of same code fragment in sublime text 3 in linux mint 17 (qiana)
you might not believe little thing bothering me since started programming in linux environment.
is there bug sublime text 3 columns alignment in linux environment or it's matter of configuration? fixable?
you using monospace (fixed-width) font in upper image, , sans-serif (variable-width) font in lower. open font library programme in mint , find monospace font (i prefer liberation mono, may need install it). then, in sublime, select preferences -> settings-user
, add together following:
"font_face": "liberation mono"
(or whatever font chose). save file, , should set.
linux sublimetext3
No comments:
Post a Comment