From c2291d594cba1dbf28ff365c7eb4744199f88ec1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 19 Jan 2018 08:00:44 -0500 Subject: [PATCH] newline Signed-off-by: Kenneth Reitz --- source/editor.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/editor.rst b/source/editor.rst index 1b5a5af..c339e9e 100644 --- a/source/editor.rst +++ b/source/editor.rst @@ -52,7 +52,9 @@ Once installed, the command–line ``subl`` launcher will allow you to easily op Rulers ////// -According to `PEP8 `_, 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 `_, 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,