Skip to content

Commit e33ad51

Browse files
tiranencukou
authored andcommitted
Add indent.pro from cpython
1 parent f3868ea commit e33ad51

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.indent.pro

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
--blank-lines-after-declarations
2+
--blank-lines-after-procedures
3+
--braces-after-func-def-line
4+
--braces-on-if-line
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
14+
--no-space-after-casts
15+
--no-space-after-function-call-names
16+
--no-space-after-parentheses
17+
--no-tabs
18+
--procnames-start-lines
19+
--space-after-for
20+
--space-after-if
21+
--space-after-while
22+
--swallow-optional-blank-lines
23+
-T PyCFunction
24+
-T PyObject

0 commit comments

Comments
 (0)