Sublime Forum

How to set Wrap at Ruler width?

#1

I would assume that setting wrap_width to some value, or having a single ruler of that value would result in word wrapping a paragraph somewhere near that column. This does not happen, no matter what I do, I get wrapping for 80 column.

What do I need to do? This is what I have in my Plain text.sublime-settings.

{
	"rulers": [
		[50, "stippled", 1],
		[72, "stippled", 2],
		[80, "dotted", 2],
		[100, "solid", 4],
	],
	"wrap_width": 72,
}
0 Likes

#2

It seems that the file was retaining some state. Copying the text into a new file fixed the problem.

0 Likes