Commit 5632ce03 authored by Barry Warsaw's avatar Barry Warsaw

(python-cc-style): Although open braces for substatements typically

hang on the right side, if they are on a separate line, indent them
under the keyword.
parent 24070ca3
......@@ -27,6 +27,8 @@
(defconst python-cc-style
'((indent-tabs-mode . t)
(c-basic-offset . 8)
(c-offset-alist . ((substatement-open . 0)
))
)
"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