summaryrefslogtreecommitdiff
path: root/doc/CODING-GUIDELINES
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2009-07-21 22:22:18 +0000
committerRussell Bryant <russell@russellbryant.com>2009-07-21 22:22:18 +0000
commitced2554f60a2cedcc38ea54736475eb45e201e5d (patch)
treefbf29d24bd0843454b1b7f1b492b6c1821a9f4e3 /doc/CODING-GUIDELINES
parent7466e006638f4d461c120038c6fd590d50fb4f50 (diff)
Note that we use tabs instead of spaces for indentation.
I'm surprised this was never actually in here... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@207925 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'doc/CODING-GUIDELINES')
-rw-r--r--doc/CODING-GUIDELINES2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/CODING-GUIDELINES b/doc/CODING-GUIDELINES
index 80ab20767..c4cb675e7 100644
--- a/doc/CODING-GUIDELINES
+++ b/doc/CODING-GUIDELINES
@@ -41,6 +41,8 @@ can list them in the "svn diff" command:
* General rules
---------------
+- Indent code using tabs, not spaces.
+
- All code, filenames, function names and comments must be in ENGLISH.
- Don't annotate your changes with comments like "/* JMG 4/20/04 */";