summaryrefslogtreecommitdiff
path: root/.indent.pro
blob: 3f8232fe774b2d4f3d090acaaf79e481a6127b6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--blank-lines-after-declarations
--blank-lines-after-procedures
-br  /* open braces on same line */
-nce /* start else on new line */
-nbc /* vars on same line */
-di8 /* line up var decl at col 8 */
-brs /* struct brace on same line */
-i8  /* indent 4  */
-lp  /* line up parens */
-ts8 /* tab stop */
-bbo /* break before && || */
-hnl /* honor newlines */
--space-special-semicolon
--line-length75
--dont-break-procedure-type