diff options
Diffstat (limited to '.indent.pro')
-rw-r--r-- | .indent.pro | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.indent.pro b/.indent.pro new file mode 100644 index 0000000..3f8232f --- /dev/null +++ b/.indent.pro @@ -0,0 +1,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 |