+6

Line Length Limit

Adam Gold 12 jaar geleden bijgewerkt door Charles Jenkins 12 jaar geleden 3
For those of us who are following a specific coding standards, it will be useful to have a maximum line length that will automatically move to the next line, or maybe something to inform that we have reached line length limit.
-1
If you use a linter (Sublime Linter), coding on python will trigger a warning (related to PEP 8 standard).
+6
What's wrong with View > Ruler?
+5
Just add a ruler to give you the visual indication of where the maximum line should end.