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 9f1c1dc commit b6b74a7Copy full SHA for b6b74a7
1 file changed
Misc/indent.pro
@@ -1,15 +1,12 @@
1
--sob
2
--nbad
3
--bap
4
--br
5
--nce
6
--ncs
7
--npcs
8
--i8
9
--ip8
10
--c25
+--swallow-optional-blank-lines
+--no-blank-lines-after-declarations
+--blank-lines-after-procedures
+--braces-on-if-line
+--cuddle-else
+--no-space-after-casts
+--no-space-after-function-call-names
+--no-tabs
+--indent-level 4
+--comment-indentation 25
11
-T PyObject
12
-
13
14
15
+-T PyCFunction
0 commit comments