diff options
author | Georg Brandl <georg@python.org> | 2010-11-20 11:47:10 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-20 11:47:10 (GMT) |
commit | b6b74a71231f9a104efc72dd0b1dbfb58a3b1eac (patch) | |
tree | 2b4cbb405da96e6ef1a996bf8aa7f4f6a8e495fc /Misc | |
parent | 9f1c1dcde30305c4ed68b296ca96028ea7123152 (diff) | |
download | cpython-b6b74a71231f9a104efc72dd0b1dbfb58a3b1eac.zip cpython-b6b74a71231f9a104efc72dd0b1dbfb58a3b1eac.tar.gz cpython-b6b74a71231f9a104efc72dd0b1dbfb58a3b1eac.tar.bz2 |
#10460: Update indent.pro to match PEP 7 better.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/indent.pro | 25 |
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 |