Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab3378 commit cd6bb26Copy full SHA for cd6bb26
1 file changed
Misc/indent.pro
@@ -1,12 +1,24 @@
1
---swallow-optional-blank-lines
2
---no-blank-lines-after-declarations
+--blank-lines-after-declarations
3
--blank-lines-after-procedures
+--braces-after-func-def-line
4
--braces-on-if-line
5
---cuddle-else
+--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
---indent-level 4
---comment-indentation 25
--T PyObject
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