From 96bf384e7d84291c40dcbe2e26e16af1c5a974c1 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Sun, 12 Feb 2006 04:28:58 +0000 Subject: major dialplan functions update deprecate LANGUAGE() and MUSICCLASS(), in favor of CHANNEL() git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9674 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- doc/CODING-GUIDELINES | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/CODING-GUIDELINES') diff --git a/doc/CODING-GUIDELINES b/doc/CODING-GUIDELINES index e64bbd345..c8afc704e 100644 --- a/doc/CODING-GUIDELINES +++ b/doc/CODING-GUIDELINES @@ -77,7 +77,7 @@ $ cvs diff -urN .c Roughly, Asterisk code formatting guidelines are generally equivalent to the following: -# indent -i4 -ts4 -br -brs -cdw -cli0 -ce -nbfda -npcs -nprs -npsl -saf -sai -saw foo.c +# indent -i4 -ts4 -br -brs -cdw -lp -ce -nbfda -npcs -nprs -npsl -nbbo -saf -sai -saw -cs -ln90 foo.c this means in verbose: -i4: indent level 4 @@ -85,7 +85,7 @@ this means in verbose: -br: braces on if line -brs: braces on struct decl line -cdw: cuddle do while - -cli0: case indentation 0 + -lp: line up continuation below parenthesis -ce: cuddle else -nbfda: dont break function decl args -npcs: no space after function call names @@ -94,6 +94,8 @@ this means in verbose: -saf: space after for -sai: space after if -saw: space after while + -cs: space after cast + -ln90: line length 90 columns Function calls and arguments should be spaced in a consistent way across the codebase. -- cgit v1.2.3