diff options
| author | genone <genone@gentoo.org> | 2004-01-09 05:29:36 +0000 |
|---|---|---|
| committer | genone <genone@gentoo.org> | 2004-01-09 05:29:36 +0000 |
| commit | 3a91610554c428c8af773a20f11decad4a83a112 (patch) | |
| tree | 9479773e7b6530d10bd9fc0d718a393582b676f5 /trunk/README.Developer | |
| parent | cf9cb5f9a43f1f182481a9704085cda824ad93a0 (diff) | |
| download | gentoolkit-3a91610554c428c8af773a20f11decad4a83a112.tar.gz | |
added a paragraph about indentation policy
svn path=/; revision=59
Diffstat (limited to 'trunk/README.Developer')
| -rw-r--r-- | trunk/README.Developer | 6 |
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 |
