summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1996-12-20 16:43:32 (GMT)
committerBarry Warsaw <barry@python.org>1996-12-20 16:43:32 (GMT)
commitfca8371e1f1b1d0b406031c53ce241cc2bbafaa3 (patch)
treef938e1e139dabf1ec7dc0fa33d3ba6d6f7bc7335 /Misc
parent7607e8f4fb41c6b2cd83b42420bff2664a98b4e2 (diff)
downloadcpython-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')
-rw-r--r--Misc/ccpy-style.el2
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)