Mark Whitley | 40bfc76 | 2000-07-24 22:36:06 +0000 | [diff] [blame] | 1 | --blank-lines-after-declarations |
| 2 | --blank-lines-after-procedures |
| 3 | --break-before-boolean-operator |
| 4 | --no-blank-lines-after-commas |
| 5 | --braces-on-if-line |
| 6 | --braces-on-struct-decl-line |
| 7 | --comment-indentation25 |
| 8 | --declaration-comment-column25 |
| 9 | --no-comment-delimiters-on-blank-lines |
| 10 | --cuddle-else |
| 11 | --continuation-indentation4 |
| 12 | --case-indentation0 |
| 13 | --else-endif-column33 |
| 14 | --space-after-cast |
| 15 | --line-comments-indentation0 |
| 16 | --declaration-indentation1 |
| 17 | --dont-format-first-column-comments |
| 18 | --dont-format-comments |
| 19 | --honour-newlines |
| 20 | --indent-level4 |
| 21 | /* changed from 0 to 4 */ |
| 22 | --parameter-indentation4 |
| 23 | --line-length78 /* changed from 75 */ |
| 24 | --continue-at-parentheses |
| 25 | --no-space-after-function-call-names |
| 26 | --dont-break-procedure-type |
| 27 | --dont-star-comments |
| 28 | --leave-optional-blank-lines |
| 29 | --dont-space-special-semicolon |
| 30 | --tab-size4 |
| 31 | /* additions by Mark */ |
| 32 | --case-brace-indentation0 |
| 33 | --leave-preprocessor-space |