aboutsummaryrefslogtreecommitdiffstats
path: root/doc/CODING-GUIDELINES
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-21 22:23:45 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-07-21 22:23:45 +0000
commitc753d12131bc63136975d03179eb3f0d8c6869ea (patch)
tree56077e3f63085457017ef0ed4ea93b81edad45e2 /doc/CODING-GUIDELINES
parent7184c713bc87cedc30fa9ca05306c891ae1a3dc2 (diff)
Merged revisions 207925 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r207925 | russell | 2009-07-21 17:22:18 -0500 (Tue, 21 Jul 2009) | 4 lines Note that we use tabs instead of spaces for indentation. I'm surprised this was never actually in here... ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@207930 f38db490-d61c-443f-a65b-d21fe96a405b
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 e8939a722..da2b1fea7 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 */";