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
|
--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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue