From: Barry Warsaw Date: Fri, 20 Dec 1996 16:43:32 +0000 (+0000) Subject: (python-cc-style): Added definitions for c-hanging-braces-alist which X-Git-Tag: v1.5a1~677 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fca8371e1f1b1d0b406031c53ce241cc2bbafaa3;p=python (python-cc-style): Added definitions for c-hanging-braces-alist which make the most sense for PyMethodDef structures. [one small fix] --- diff --git a/Misc/ccpy-style.el b/Misc/ccpy-style.el index 07118e8f4d..dd74b0d4f7 100644 --- a/Misc/ccpy-style.el +++ b/Misc/ccpy-style.el @@ -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)