aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-05-19 06:26:20 +0000
committerUlrich Müller <ulm@gentoo.org>2009-05-19 06:26:20 +0000
commitcf9c7213430d7f22341c44a555fce3ca2790992b (patch)
tree77137c9eadb2cd963accf03cfa07add3a0bb945f /README
parentUpdate version to 1.1_rc1. (diff)
downloadeselect-cf9c7213430d7f22341c44a555fce3ca2790992b.tar.gz
eselect-cf9c7213430d7f22341c44a555fce3ca2790992b.tar.bz2
eselect-cf9c7213430d7f22341c44a555fce3ca2790992b.zip
Use consistent indentation for all source files.
svn path=/trunk/; revision=546
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 431fe18..da018b3 100644
--- a/README
+++ b/README
@@ -22,8 +22,9 @@ Style Notes
* Always use ``[[ brackets ]]``, never `[ brackets ]`.
* Use quotes on variables where necessary.
-* For the main source, indent is four spaces, no tabs, text width of 80.
-* For .eselect files, the same indenting rules apply as for ebuilds.
+* For all source files, the same indenting rules apply as for ebuilds:
+ one tab per indent level, with each tab representing 4 places.
+* Avoid lines wider than 79 positions.
* Public functions don't get the ``ec_`` prefix, private functions do.
* eval is evil, so we disabled it.
* Absolute paths to executables are not portable, so don't use them.