Merge pull request #11 from esorton/bugfix/add-constexpr-keyword-to-arduino-ctags
[arduino-ctags.git] / .indent.pro
blob284f665e03721c6eb6cbd9d24f8027f0d05f6d0d
1 --blank-before-sizeof
2 --blank-lines-after-procedures
3 --brace-indent0
4 --braces-after-if-line
5 --braces-on-struct-decl-line
6 --break-after-boolean-operator
7 --case-brace-indentation0
8 --case-indentation0
9 --comment-indentation0
10 --continuation-indentation4
11 --cuddle-do-while
12 --declaration-comment-column0
13 --declaration-indentation0
14 --dont-break-function-decl-args
15 --dont-break-procedure-type
16 --dont-line-up-parentheses
17 --honour-newlines
18 --indent-level4
19 --line-length80
20 --paren-indentation4
21 --preprocessor-indentation1
22 --no-blank-lines-after-commas
23 --space-after-cast
24 --space-after-for
25 --space-after-if
26 --space-after-procedure-calls
27 --space-after-while
28 --space-special-semicolon
29 --start-left-side-of-comments
30 --struct-brace-indentation4
31 --tab-size4