From: Georg Brandl Date: Sat, 20 Nov 2010 11:47:10 +0000 (+0000) Subject: #10460: Update indent.pro to match PEP 7 better. X-Git-Tag: v3.2b1~316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6b74a71231f9a104efc72dd0b1dbfb58a3b1eac;p=python #10460: Update indent.pro to match PEP 7 better. --- diff --git a/Misc/indent.pro b/Misc/indent.pro index 3efac89b74..a1067e343c 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