Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6b74a7

Browse files
committed
#10460: Update indent.pro to match PEP 7 better.
1 parent 9f1c1dc commit b6b74a7

1 file changed

Lines changed: 11 additions & 14 deletions

File tree

Misc/indent.pro

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
-sob
2-
-nbad
3-
-bap
4-
-br
5-
-nce
6-
-ncs
7-
-npcs
8-
-i8
9-
-ip8
10-
-c25
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
1111
-T PyObject
12-
13-
14-
15-
12+
-T PyCFunction

0 commit comments

Comments
 (0)