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

Skip to content

Commit cd6bb26

Browse files
committed
#10460: an even better indent.pro.
1 parent bab3378 commit cd6bb26

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

Misc/indent.pro

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
1-
--swallow-optional-blank-lines
2-
--no-blank-lines-after-declarations
1+
--blank-lines-after-declarations
32
--blank-lines-after-procedures
3+
--braces-after-func-def-line
44
--braces-on-if-line
5-
--cuddle-else
5+
--braces-on-struct-decl-line
6+
--break-after-boolean-operator
7+
--comment-indentation25
8+
--comment-line-length79
9+
--continue-at-parentheses
10+
--dont-cuddle-do-while
11+
--dont-cuddle-else
12+
--indent-level4
13+
--line-length79
614
--no-space-after-casts
715
--no-space-after-function-call-names
16+
--no-space-after-parentheses
817
--no-tabs
9-
--indent-level 4
10-
--comment-indentation 25
11-
-T PyObject
18+
--procnames-start-lines
19+
--space-after-for
20+
--space-after-if
21+
--space-after-while
22+
--swallow-optional-blank-lines
1223
-T PyCFunction
24+
-T PyObject

0 commit comments

Comments
 (0)