Kaydet (Commit) 7607e8f4 authored tarafından Barry Warsaw's avatar Barry Warsaw

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

make the most sense for PyMethodDef structures.
üst 0b25a662
......@@ -27,8 +27,14 @@
(defconst python-cc-style
'((indent-tabs-mode . t)
(c-basic-offset . 8)
(c-offsets-alist . ((substatement-open . 0)
))
(c-offsets-alist . ((substatement-open . 0)
))
(c-hanging-braces-alist . ((brace-list-open after)
(brace-list-intro)
(brace-list-close)
(substatement-open after)
(block-close . c-snug-do-while)
))
)
"Standard Python C coding style.")
......
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