(python-cc-style): Added definitions for c-hanging-braces-alist which

make the most sense for PyMethodDef structures.  [one small fix]
This commit is contained in:
Barry Warsaw 1996-12-20 16:43:32 +00:00
parent 7607e8f4fb
commit fca8371e1f

View file

@ -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)