Commit fca8371e authored by Barry Warsaw's avatar Barry Warsaw

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

make the most sense for PyMethodDef structures.  [one small fix]
parent 7607e8f4
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
(c-basic-offset . 8) (c-basic-offset . 8)
(c-offsets-alist . ((substatement-open . 0) (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-intro)
(brace-list-close) (brace-list-close)
(substatement-open after) (substatement-open after)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment