aboutsummaryrefslogtreecommitdiffstats
path: root/DEVELOPING
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-19 04:15:06 +0000
committerSam James <sam@gentoo.org>2022-05-19 04:15:12 +0000
commitf0df09a575459c17bc07cb5a813602f5e30d84e0 (patch)
tree6368e228ff6c1779ab5f45c58dc7fed961a8d1ab /DEVELOPING
parenttox.ini: fixup Python 3.11 env (diff)
downloadgentoo-portage-f0df09a575459c17bc07cb5a813602f5e30d84e0.tar.xz
gentoo-portage-f0df09a575459c17bc07cb5a813602f5e30d84e0.zip
DEVELOPING: we use PEP 8 now
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'DEVELOPING')
-rw-r--r--DEVELOPING6
1 files changed, 3 insertions, 3 deletions
diff --git a/DEVELOPING b/DEVELOPING
index 5f04d3b6449b..56dcfb52cc01 100644
--- a/DEVELOPING
+++ b/DEVELOPING
@@ -21,13 +21,13 @@ with Python itself, must be optionally enabled by run-time detection.
Tabs
----
-For legacy reasons, all leading whitespace should be tabs. All internal
-whitespace should be regular spaces. Set tab stop to 4 to calculate line
-width.
+We comply with PEP 8 so we now use spaces.
Line-Wrapping
-------------
+Please use Black for formatting.
+
Lines should typically not be longer than 80 characters; if they are, an
attempt should be made to wrap them. Move code to the line below and
indent once (\t).