From ced2554f60a2cedcc38ea54736475eb45e201e5d Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 21 Jul 2009 22:22:18 +0000 Subject: [PATCH] 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 --- doc/CODING-GUIDELINES | 2 ++ 1 file changed, 2 insertions(+) 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 */";