summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/indent.pro25
1 files changed, 11 insertions, 14 deletions
diff --git a/Misc/indent.pro b/Misc/indent.pro
index 3efac89..a1067e3 100644
--- a/Misc/indent.pro
+++ b/Misc/indent.pro
@@ -1,15 +1,12 @@
--sob
--nbad
--bap
--br
--nce
--ncs
--npcs
--i8
--ip8
--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
-T PyObject
-
-
-
-
+-T PyCFunction