summaryrefslogtreecommitdiff
path: root/trunk/README.Developer
diff options
context:
space:
mode:
authorgenone <genone@gentoo.org>2004-01-09 05:29:36 +0000
committergenone <genone@gentoo.org>2004-01-09 05:29:36 +0000
commit3a91610554c428c8af773a20f11decad4a83a112 (patch)
tree9479773e7b6530d10bd9fc0d718a393582b676f5 /trunk/README.Developer
parentcf9cb5f9a43f1f182481a9704085cda824ad93a0 (diff)
downloadgentoolkit-3a91610554c428c8af773a20f11decad4a83a112.tar.gz
added a paragraph about indentation policy
svn path=/; revision=59
Diffstat (limited to 'trunk/README.Developer')
-rw-r--r--trunk/README.Developer6
1 files changed, 6 insertions, 0 deletions
diff --git a/trunk/README.Developer b/trunk/README.Developer
index 6a98832..f050f5f 100644
--- a/trunk/README.Developer
+++ b/trunk/README.Developer
@@ -5,6 +5,12 @@ The CVS module 'gentoolkit' contains all the scripts and stuff for both the
gentoolkit and the gentoolkit-dev package. The gentoolkit-dev package is
an optional add-on, that is only intented for the Gentoo developers.
+STYLE POLICY
+
+If you're touching any of the python scripts please don't change the indentation
+style (if it's using tabs, you should use tabs too). Especially don't mix
+spaces and tabs as that makes the code completely unreadable.
+
MAKING A RELEASE
Releases should only be made by members of the tools-portage team. See