#10460: Update indent.pro to match PEP 7 better.

This commit is contained in:
Georg Brandl 2010-11-20 11:47:10 +00:00
parent 9f1c1dcde3
commit b6b74a7123
1 changed files with 11 additions and 14 deletions

View File

@ -1,15 +1,12 @@
-sob --swallow-optional-blank-lines
-nbad --no-blank-lines-after-declarations
-bap --blank-lines-after-procedures
-br --braces-on-if-line
-nce --cuddle-else
-ncs --no-space-after-casts
-npcs --no-space-after-function-call-names
-i8 --no-tabs
-ip8 --indent-level 4
-c25 --comment-indentation 25
-T PyObject -T PyObject
-T PyCFunction