From ba705c60af73a8cbc55c969cf67c8b7a7cb07829 Mon Sep 17 00:00:00 2001 From: nils-ohlmeier Date: Thu, 30 Nov 2006 17:56:41 +0000 Subject: [PATCH] first try of an indent config git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@423 75b5f7c7-cfd4-0310-b54c-e118b2c5249a (cherry picked from commit 19130ac5f092a0d6ea4327a0e64a7594c1220826) (cherry picked from commit 66df8cd371e1beb2c12c19cf559d8d8d337f1e37) --- indent.pro | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 indent.pro diff --git a/indent.pro b/indent.pro new file mode 100644 index 0000000..eb8ac04 --- /dev/null +++ b/indent.pro @@ -0,0 +1,26 @@ +--blank-lines-after-declarations +--blank-lines-after-procedures +--blank-lines-before-block-comments +--braces-on-func-def-line +--braces-on-if-line +--braces-on-struct-decl-line +--break-after-boolean-operator +--continue-at-parentheses +--continuation-indentation8 +--comment-line-length78 +--declaration-indentation5 +--dont-break-procedure-type +--dont-cuddle-else +--else-endif-column8 +--format-first-column-comments +--format-all-comments +--indent-level4 +--line-length78 +--no-blank-lines-after-commas +--no-space-after-function-call-names +--parameter-indentation0 +--preprocessor-indentation1 +//--space-after-parentheses +--swallow-optional-blank-lines +--tab-size4 +--use-tabs