/**********************************************************************/ /* Paul Duncan's .indent.pro */ /* This doesn't entirely mirror my coding style, but it's about as */ /* close as indent gets. */ /**********************************************************************/ --no-blank-lines-after-commas --blank-lines-after-declarations --no-blank-lines-after-procedures --no-blank-lines-before-block-comments -nbbo --break-after-boolean-operator --break-function-decl-args --brace-indent 0 --braces-on-if-line --braces-on-struct-decl-line --case-brace-indentation 0 --continue-at-parentheses --cuddle-do-while --cuddle-else --dont-break-procedure-type --indent-level 2 --leave-optional-blank-lines --line-length 74 -nut --space-after-cast --space-after-for --no-space-after-function-call-names --space-after-if --no-space-after-parentheses --space-after-while --space-special-semicolon --struct-brace-indentation 2 --tab-size 2