Georg Brandl | b727650 | 2010-11-26 08:28:05 +0000 | [diff] [blame] | 1 | --blank-lines-after-declarations |
| 2 | --blank-lines-after-procedures |
| 3 | --braces-after-func-def-line |
| 4 | --braces-on-if-line |
| 5 | --braces-on-struct-decl-line |
| 6 | --break-after-boolean-operator |
| 7 | --comment-indentation25 |
| 8 | --comment-line-length79 |
| 9 | --continue-at-parentheses |
| 10 | --dont-cuddle-do-while |
| 11 | --dont-cuddle-else |
| 12 | --indent-level4 |
| 13 | --line-length79 |
| 14 | --no-space-after-casts |
| 15 | --no-space-after-function-call-names |
| 16 | --no-space-after-parentheses |
| 17 | --no-tabs |
| 18 | --procnames-start-lines |
| 19 | --space-after-for |
| 20 | --space-after-if |
| 21 | --space-after-while |
| 22 | --swallow-optional-blank-lines |
| 23 | -T PyCFunction |
Guido van Rossum | 1442177 | 1994-09-14 14:06:46 +0000 | [diff] [blame] | 24 | -T PyObject |