.config/rss2email.cfg: Add per-feed from addresses
[dotfiles-public.git] / src / .indent.pro
1 /* default formatting options for indent
2  *
3  * Use the Linux coding style
4  */
5 -nbad  /* --no-blank-lines-after-declarations */
6 -bap   /* --blank-lines-after-procedures */
7 -nbc   /* --no-blank-lines-after-commas */
8 -bbo   /* --break-before-boolean-operator */
9 -hnl     /* --honour-newlines */
10 -br              /* --braces-on-if-line */
11 -brs     /* braces-on-struct-decl-line */
12 -c33   /* --comment-indentation33 */
13 -cd33  /* --declaration-comment-column33 */
14 -ncdb    /* --no-comment-delimiters-on-blank-lines */
15 -ce              /* --cuddle-else */
16 -ci4     /* --continuation-indentation4 */
17 -cli0    /* --case-indentation0 */
18 -d0              /* --line-comments-indentation0 */
19 -di1     /* --declaration-indentation1 */
20 -nfc1    /* --dont-format-first-column-comments */
21 -i8              /* --indent-level8 */
22 -ip0     /* --parameter-indentation0 */
23 -l80     /* --line-length80 */
24 -lp              /* --continue-at-parentheses */
25 -npcs    /* --no-space-after-function-call-names */
26 -nprs    /* --no-space-after-parentheses */
27 -npsl    /* --dont-break-procedure-type */
28 -sai     /* --space-after-if */
29 -saf     /* --space-after-for */
30 -saw     /* --space-after-while */
31 -ncs     /* --no-space-after-casts */
32 -nsc     /* --dont-star-comments */
33 -sob     /* --swallow-optional-blank-lines */
34 -nfca    /* --dont-format-comments */
35 -cp33    /* --else-endif-column33 */
36 -ss              /* --space-special-semicolon */
37 -ts8     /* --tab-size8 */
38 -il1     /* --indent-label1 */