Sublime Forum

Vertical Rulers not Appearing at right Columns

#1

Hi,

I have a ruler set for column 80 like so:

“rulers”:

80
]

But it is actually appearing on column 195 (based on the status bars column count)

Any idea how to fix this? I need a ruler at column 80 for code style purposes.

Thanks.

0 Likes

#2

If you’re not using a fixed-width font, the rulers are wrong (they’re based on an m width, not a space width).

0 Likes