diff options
author | Barry Warsaw <barry@python.org> | 1996-12-20 16:43:32 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-12-20 16:43:32 (GMT) |
commit | fca8371e1f1b1d0b406031c53ce241cc2bbafaa3 (patch) | |
tree | f938e1e139dabf1ec7dc0fa33d3ba6d6f7bc7335 /Misc/ccpy-style.el | |
parent | 7607e8f4fb41c6b2cd83b42420bff2664a98b4e2 (diff) | |
download | cpython-fca8371e1f1b1d0b406031c53ce241cc2bbafaa3.zip cpython-fca8371e1f1b1d0b406031c53ce241cc2bbafaa3.tar.gz cpython-fca8371e1f1b1d0b406031c53ce241cc2bbafaa3.tar.bz2 |
(python-cc-style): Added definitions for c-hanging-braces-alist which
make the most sense for PyMethodDef structures. [one small fix]
Diffstat (limited to 'Misc/ccpy-style.el')
-rw-r--r-- | Misc/ccpy-style.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/ccpy-style.el b/Misc/ccpy-style.el index 07118e8..dd74b0d 100644 --- a/Misc/ccpy-style.el +++ b/Misc/ccpy-style.el @@ -29,7 +29,7 @@ (c-basic-offset . 8) (c-offsets-alist . ((substatement-open . 0) )) - (c-hanging-braces-alist . ((brace-list-open after) + (c-hanging-braces-alist . ((brace-list-open) (brace-list-intro) (brace-list-close) (substatement-open after) |