How to set max line length rules in view? (not linting)

eb80 picture eb80 · Dec 23, 2013 · Viewed 20.8k times · Source

I am using Webstorm 7 and want to set a max line length in the view to be 80 and not 120 (as the default ruler is set to).

I've searched all over and the closest I can find is the JSLinter (https://www.jetbrains.com/webstorm/webhelp/jslint.html) but I cannot seem to see how to actually change the ruler in the IDE.

Question: How do I set the ruler for the line length in Webstorm 7?

Answer

lena picture lena · Dec 24, 2013

Settings > Editor > Code style > Hard wrap at [...] columns (default is 120)