Georg Brandl | b6b74a7 | 2010-11-20 11:47:10 +0000 | [diff] [blame] | 1 | --swallow-optional-blank-lines |
2 | --no-blank-lines-after-declarations | ||||
3 | --blank-lines-after-procedures | ||||
4 | --braces-on-if-line | ||||
5 | --cuddle-else | ||||
6 | --no-space-after-casts | ||||
7 | --no-space-after-function-call-names | ||||
8 | --no-tabs | ||||
9 | --indent-level 4 | ||||
10 | --comment-indentation 25 | ||||
Guido van Rossum | 1442177 | 1994-09-14 14:06:46 +0000 | [diff] [blame] | 11 | -T PyObject |
Georg Brandl | b6b74a7 | 2010-11-20 11:47:10 +0000 | [diff] [blame] | 12 | -T PyCFunction |