summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-03-04 13:30:34 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-03-04 13:30:34 +0000
commit167aa686ee8837b6493a3c0ee0c173c7c52bcf26 (patch)
tree8f06313aa3ad330cdabf52ef83bcf3a5a1c03e14 /maintainers
parent0a8f71fb9c6dd0f45a5c749d97de1f234fc3da57 (diff)
downloadnixpkgs-167aa686ee8837b6493a3c0ee0c173c7c52bcf26.tar
nixpkgs-167aa686ee8837b6493a3c0ee0c173c7c52bcf26.tar.gz
nixpkgs-167aa686ee8837b6493a3c0ee0c173c7c52bcf26.tar.bz2
nixpkgs-167aa686ee8837b6493a3c0ee0c173c7c52bcf26.tar.lz
nixpkgs-167aa686ee8837b6493a3c0ee0c173c7c52bcf26.tar.xz
nixpkgs-167aa686ee8837b6493a3c0ee0c173c7c52bcf26.tar.zst
nixpkgs-167aa686ee8837b6493a3c0ee0c173c7c52bcf26.zip
* DBus 1.1.20.
svn path=/nixpkgs/trunk/; revision=10945
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/docs/coding-conventions.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/maintainers/docs/coding-conventions.txt b/maintainers/docs/coding-conventions.txt
index c95dc3c3600..2cff1c33d7e 100644
--- a/maintainers/docs/coding-conventions.txt
+++ b/maintainers/docs/coding-conventions.txt
@@ -1,5 +1,9 @@
 Some conventions:
 
+* Directories / file names: lowercase, and use dashes between words,
+  no camel case.  I.e., all-packages.nix, not all allPackages.nix or
+  AllPackages.nix.
+
 * Don't use TABs.  Everybody has different TAB settings so it's asking
   for trouble.