From: oetiker Date: Wed, 23 May 2007 16:10:23 +0000 (+0000) Subject: we are going to use indent from now on to keep code indenting consistent throughout... X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=02ef386b0946ceb31dcedfd88393a0dd5e0e266d we are going to use indent from now on to keep code indenting consistent throughout the project git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1074 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/.indent.pro b/.indent.pro new file mode 100644 index 0000000..492ecf1 --- /dev/null +++ b/.indent.pro @@ -0,0 +1,33 @@ +--blank-lines-after-declarations +--blank-lines-after-procedures +--break-before-boolean-operator +--no-blank-lines-after-commas +--braces-on-if-line +--braces-on-struct-decl-line +--comment-indentation25 +--declaration-comment-column25 +--no-comment-delimiters-on-blank-lines +--cuddle-else +--continuation-indentation4 +--case-indentation0 +--else-endif-column33 +--space-after-cast +--line-comments-indentation0 +--declaration-indentation1 +--dont-format-first-column-comments +--dont-format-comments +--honour-newlines +--indent-level4 +/* changed from 0 to 4 */ +--parameter-indentation4 +--line-length78 /* changed from 75 */ +--continue-at-parentheses +--no-space-after-function-call-names +--dont-break-procedure-type +--dont-star-comments +--leave-optional-blank-lines +--dont-space-special-semicolon +--tab-size4 +/* additions by Mark */ +--case-brace-indentation0 +--leave-preprocessor-space