From b6b74a71231f9a104efc72dd0b1dbfb58a3b1eac Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 20 Nov 2010 11:47:10 +0000 Subject: [PATCH] #10460: Update indent.pro to match PEP 7 better. --- Misc/indent.pro | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) 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 -- 2.50.1