diff options
Diffstat (limited to 'Misc/ccpy-style.el')
-rw-r--r-- | Misc/ccpy-style.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/ccpy-style.el b/Misc/ccpy-style.el index 07118e8..dd74b0d 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) |