summaryrefslogtreecommitdiffstats
path: root/Misc/indent.pro
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-11-20 14:08:53 (GMT)
committerGeorg Brandl <georg@python.org>2010-11-20 14:08:53 (GMT)
commitcd6bb26fa766723bdd7a771932d4863ed304966c (patch)
tree1285bc209c25626f191ef4badf38e41a67e8432c /Misc/indent.pro
parentbab3378f365b97db1ce7a3d497b0e2b89fb5a577 (diff)
downloadcpython-cd6bb26fa766723bdd7a771932d4863ed304966c.zip
cpython-cd6bb26fa766723bdd7a771932d4863ed304966c.tar.gz
cpython-cd6bb26fa766723bdd7a771932d4863ed304966c.tar.bz2
#10460: an even better indent.pro.
Diffstat (limited to 'Misc/indent.pro')
-rw-r--r--Misc/indent.pro24
1 files changed, 18 insertions, 6 deletions
diff --git a/Misc/indent.pro b/Misc/indent.pro
index a1067e3..02cceb6 100644
--- a/Misc/indent.pro
+++ b/Misc/indent.pro
@@ -1,12 +1,24 @@
---swallow-optional-blank-lines
---no-blank-lines-after-declarations
+--blank-lines-after-declarations
--blank-lines-after-procedures
+--braces-after-func-def-line
--braces-on-if-line
---cuddle-else
+--braces-on-struct-decl-line
+--break-after-boolean-operator
+--comment-indentation25
+--comment-line-length79
+--continue-at-parentheses
+--dont-cuddle-do-while
+--dont-cuddle-else
+--indent-level4
+--line-length79
--no-space-after-casts
--no-space-after-function-call-names
+--no-space-after-parentheses
--no-tabs
---indent-level 4
---comment-indentation 25
--T PyObject
+--procnames-start-lines
+--space-after-for
+--space-after-if
+--space-after-while
+--swallow-optional-blank-lines
-T PyCFunction
+-T PyObject