aboutsummaryrefslogtreecommitdiffstats
path: root/DEVELOPING
diff options
context:
space:
mode:
authorAlexander Berntsen <alexander@plaimi.net>2014-02-24 01:47:05 +0100
committerAlexander Berntsen <alexander@plaimi.net>2014-02-24 01:51:03 +0100
commit1e8f5bc77b6ace1a535ac27f2e04d85bc0ab80ae (patch)
treea866a8504f30ff6271f9bdc8dd13eafed3e3d151 /DEVELOPING
parentHandle bad PORTAGE_BINHOST gracefully (bug 502288) (diff)
downloadgentoo-portage-1e8f5bc77b6ace1a535ac27f2e04d85bc0ab80ae.tar.xz
gentoo-portage-1e8f5bc77b6ace1a535ac27f2e04d85bc0ab80ae.zip
DEVELOPING: Mention that tab stop should be 4
Diffstat (limited to 'DEVELOPING')
-rw-r--r--DEVELOPING3
1 files changed, 2 insertions, 1 deletions
diff --git a/DEVELOPING b/DEVELOPING
index a2c9ae154b3e..40b4ca2d4b03 100644
--- a/DEVELOPING
+++ b/DEVELOPING
@@ -24,7 +24,8 @@ Tabs
----
The current code uses tabs, not spaces. Keep whitespace usage consistent
-between files. New files should use tabs.
+between files. New files should use tabs. Space is sometimes used for
+indentation in Python code. Tab stop should for this reason be set to 4.
Line-Wrapping
-------------