mirror of https://github.com/python/cpython
#10460: Update indent.pro to match PEP 7 better.
This commit is contained in:
parent
9f1c1dcde3
commit
b6b74a7123
|
@ -1,15 +1,12 @@
|
|||
-sob
|
||||
-nbad
|
||||
-bap
|
||||
-br
|
||||
-nce
|
||||
-ncs
|
||||
-npcs
|
||||
-i8
|
||||
-ip8
|
||||
-c25
|
||||
--swallow-optional-blank-lines
|
||||
--no-blank-lines-after-declarations
|
||||
--blank-lines-after-procedures
|
||||
--braces-on-if-line
|
||||
--cuddle-else
|
||||
--no-space-after-casts
|
||||
--no-space-after-function-call-names
|
||||
--no-tabs
|
||||
--indent-level 4
|
||||
--comment-indentation 25
|
||||
-T PyObject
|
||||
|
||||
|
||||
|
||||
|
||||
-T PyCFunction
|
||||
|
|
Loading…
Reference in New Issue