From 569e7f6ef21a2cf0bac274ee0c3176fa639249f2 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 15 Jun 2000 20:57:25 +0000 Subject: [PATCH] This seems to work better with enums... --- doc/c-indentation.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/c-indentation.el b/doc/c-indentation.el index 9111450915..48ca3cf69b 100644 --- a/doc/c-indentation.el +++ b/doc/c-indentation.el @@ -39,7 +39,8 @@ (label . -) (arglist-cont-nonempty . +) (topmost-intro . -) - (brace-list-close . +) - (brace-list-intro . +) + (brace-list-close . 0) + (brace-list-intro . 0) + (brace-list-open . +) )))) -- 2.34.1