Georg Brandl | cd6bb26 | 2010-11-20 14:08:53 +0000 | [diff] [blame] | 1 | --blank-lines-after-declarations |
Georg Brandl | b6b74a7 | 2010-11-20 11:47:10 +0000 | [diff] [blame] | 2 | --blank-lines-after-procedures |
Georg Brandl | cd6bb26 | 2010-11-20 14:08:53 +0000 | [diff] [blame] | 3 | --braces-after-func-def-line |
Georg Brandl | b6b74a7 | 2010-11-20 11:47:10 +0000 | [diff] [blame] | 4 | --braces-on-if-line |
Georg Brandl | cd6bb26 | 2010-11-20 14:08:53 +0000 | [diff] [blame] | 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 |
Georg Brandl | b6b74a7 | 2010-11-20 11:47:10 +0000 | [diff] [blame] | 14 | --no-space-after-casts |
| 15 | --no-space-after-function-call-names |
Georg Brandl | cd6bb26 | 2010-11-20 14:08:53 +0000 | [diff] [blame] | 16 | --no-space-after-parentheses |
Georg Brandl | b6b74a7 | 2010-11-20 11:47:10 +0000 | [diff] [blame] | 17 | --no-tabs |
Georg Brandl | cd6bb26 | 2010-11-20 14:08:53 +0000 | [diff] [blame] | 18 | --procnames-start-lines |
| 19 | --space-after-for |
| 20 | --space-after-if |
| 21 | --space-after-while |
| 22 | --swallow-optional-blank-lines |
Georg Brandl | b6b74a7 | 2010-11-20 11:47:10 +0000 | [diff] [blame] | 23 | -T PyCFunction |
Georg Brandl | cd6bb26 | 2010-11-20 14:08:53 +0000 | [diff] [blame] | 24 | -T PyObject |