mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
(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:
parent
7607e8f4fb
commit
fca8371e1f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue