From: oetiker Date: Wed, 23 May 2007 20:57:43 +0000 (+0000) Subject: profile must be in the source directory to work X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=0682078d272dd11eb63c5ee8e5a095f578d540e9 profile must be in the source directory to work git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1077 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/.indent.pro b/.indent.pro deleted file mode 100644 index 66f8e13..0000000 --- a/.indent.pro +++ /dev/null @@ -1,34 +0,0 @@ ---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 ---no-tabs diff --git a/src/.indent.pro b/src/.indent.pro new file mode 100644 index 0000000..66f8e13 --- /dev/null +++ b/src/.indent.pro @@ -0,0 +1,34 @@ +--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 +--no-tabs