Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-01-19 08:00:44 -05:00
parent cb47e776b3
commit c2291d594c
+3 -1
View File
@@ -52,7 +52,9 @@ Once installed, the commandline ``subl`` launcher will allow you to easily op
Rulers
//////
According to `PEP8 <http://pep8.org/#maximum-line-length>`_, all lines of Python should typically be set to a maximum length of 79 charecters (72 if documentation). Let's configure Sublime Text to display these rulers. Go into *Preferences ➞ Settings*, and add the following JSON::
According to `PEP8 <http://pep8.org/#maximum-line-length>`_, all lines of Python should typically be set to a maximum length of 79 charecters (72 if documentation).
Let's configure Sublime Text to display these rulers. Go into *Preferences ➞ Settings*, and add the following JSON::
"rulers": [
72,