Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-01-19 08:00:20 -05:00
parent 524626c107
commit cb47e776b3
+3 -1
View File
@@ -57,7 +57,9 @@ According to `PEP8 <http://pep8.org/#maximum-line-length>`_, all lines of Python
"rulers": [
72,
79,
],
],
Now, you'll see nice horizontal lines at 72 and 79 charecters, informing you of how long your lines are!