diff options
author | Johns <johns98@gmx.net> | 2011-12-06 18:36:57 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2011-12-06 18:36:57 +0100 |
commit | 72989ccfb66f0ab302da557a7c8eab3211656a99 (patch) | |
tree | 49629897ad831357c29529c6741f36551b2888f5 /.indent.pro | |
download | vdr-plugin-softhddevice-72989ccfb66f0ab302da557a7c8eab3211656a99.tar.gz vdr-plugin-softhddevice-72989ccfb66f0ab302da557a7c8eab3211656a99.tar.bz2 |
Standard distribution files.
Diffstat (limited to '.indent.pro')
-rw-r--r-- | .indent.pro | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.indent.pro b/.indent.pro new file mode 100644 index 0000000..1e2b436 --- /dev/null +++ b/.indent.pro @@ -0,0 +1,37 @@ +--blank-lines-before-block-comments +--blank-lines-after-declarations +--blank-lines-after-procedures +--no-blank-lines-after-commas +--braces-on-if-line +--no-blank-before-sizeof +--comment-indentation41 +--declaration-comment-column41 +--no-comment-delimiters-on-blank-lines +--swallow-optional-blank-lines +--dont-format-comments +--parameter-indentation4 +--indent-level4 +--line-comments-indentation0 +--cuddle-else +--cuddle-do-while +--brace-indent0 +--case-brace-indentation0 +//--start-left-side-of-comments +--leave-preprocessor-space +//--continuation-indentation8 +--case-indentation4 +--else-endif-column0 +--no-space-after-casts +--declaration-indentation1 +--dont-line-up-parentheses +--no-space-after-function-call-names +--space-special-semicolon +--tab-size8 +--use-tabs +--line-length79 +--comment-line-length79 +--honour-newlines +--dont-break-procedure-type +--break-before-boolean-operator +--continuation-indentation4 +--ignore-newlines |