From 7af668a54080e44b8cad7808ce180a930b76b6f3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 19 Jan 2018 08:15:37 -0500 Subject: [PATCH] note Signed-off-by: Kenneth Reitz --- source/editor.rst | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/source/editor.rst b/source/editor.rst index a141023..bd8fbb6 100644 --- a/source/editor.rst +++ b/source/editor.rst @@ -9,19 +9,22 @@ The functional difference between these two editors is small — they both accom I personally use an vastly prefer *Sublime Text 3* to all other options available. It's easily my favorite editor. If it didn't exist though, I'd be using *VS Code*. -Python Requirements for a Text Editor -------------------------------------- -There are a few soft "requirements" for a text editors +.. note:: -- Support for "soft tabs" -- Support for visible whitespace (this is crucial when working with Python files) + Python Requirements for a Text Editor + ------------------------------------- -Nice–to–haves: + There are a few soft "requirements" for a text editors -- Support for "rulers", which show a horizontal line at line 79, as PEP8 recommends. -- Built-in linter for showing sytax errors as you type. -- Built-in support for Flake8, which enforces PEP8 standards as you type. + - Support for "soft tabs" + - Support for visible whitespace (this is crucial when working with Python files) + + Nice–to–haves: + + - Support for "rulers", which show a horizontal line at line 79, as PEP8 recommends. + - Built-in linter for showing sytax errors as you type. + - Built-in support for Flake8, which enforces PEP8 standards as you type. Sublime Text 3