c64b08b3b49058e0e6bc66644042c35c9873a721
[rrdtool.git] / src / .indent.pro
1 --blank-lines-after-declarations
2 --blank-lines-after-procedures
3 --break-before-boolean-operator
4 --break-function-decl-args
5 --no-blank-lines-after-commas
6 --braces-on-if-line
7 --braces-on-struct-decl-line
8 --comment-indentation25
9 --declaration-comment-column25
10 --no-comment-delimiters-on-blank-lines
11 --cuddle-else
12 --continuation-indentation4
13 --case-indentation0
14 --else-endif-column33
15 --space-after-cast
16 --line-comments-indentation0
17 --declaration-indentation10
18 --dont-format-first-column-comments
19 --dont-format-comments
20 --honour-newlines
21 --indent-level4
22 /* changed from 0 to 4 */
23 --parameter-indentation4
24 --line-length78 /* changed from 75 */
25 --continue-at-parentheses
26 --no-space-after-function-call-names
27 --dont-break-procedure-type
28 --dont-star-comments
29 --leave-optional-blank-lines
30 --dont-space-special-semicolon
31 --tab-size4
32 /* additions by Mark */
33 --case-brace-indentation0
34 --leave-preprocessor-space
35 --no-tabs
36 -T rrd_t
37 -T info_t
38 -T time_t
39 -T off_t