[Asterisk-cvs] asterisk/doc CODING-GUIDELINES,1.3,1.4

markster at lists.digium.com markster at lists.digium.com
Sun Nov 7 21:47:51 CST 2004


Update of /usr/cvsroot/asterisk/doc
In directory mongoose.digium.com:/tmp/cvs-serv11270/doc

Modified Files:
	CODING-GUIDELINES 
Log Message:
Provide "ident" command line (at least the start of one)


Index: CODING-GUIDELINES
===================================================================
RCS file: /usr/cvsroot/asterisk/doc/CODING-GUIDELINES,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CODING-GUIDELINES	18 May 2004 05:52:52 -0000	1.3
+++ CODING-GUIDELINES	8 Nov 2004 02:49:33 -0000	1.4
@@ -24,6 +24,11 @@
 Functions and variables that are not intended to be global must be
 declared static.
 
+Roughly, Asterisk coding guidelines are generally equivalent to the 
+following:
+
+# indent -i4 -ts4 -br -brs -cdw -cli0 -ce -nbfda -npcs -npsl foo.c
+
 Function calls and arguments should be spaced in a consistent way across
 the codebase.
 GOOD: foo(arg1, arg2);




More information about the svn-commits mailing list