From: Russell Bryant Date: Tue, 21 Jul 2009 22:22:18 +0000 (+0000) Subject: Note that we use tabs instead of spaces for indentation. X-Git-Tag: 11.0.0-beta1~4463 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ced2554f60a2cedcc38ea54736475eb45e201e5d;p=thirdparty%2Fasterisk.git 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 --- diff --git a/doc/CODING-GUIDELINES b/doc/CODING-GUIDELINES index 80ab207675..c4cb675e74 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 */";