From: Mark Wooding Date: Thu, 19 May 2016 14:42:16 +0000 (+0100) Subject: el/dot-emacs.el (mdw-trustonic-c): Support bizarre access-label indentation. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/b07634df85d3eb28a0c108a1fa101ac827e64f00 el/dot-emacs.el (mdw-trustonic-c): Support bizarre access-label indentation. Whatever. I don't make these rules. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 2df8513..9de062a 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -1543,7 +1543,7 @@ (defun-open . (add 0 c-indent-one-line-block)) (inextern-lang . [0]) (label . 0) (case-label . +) - (access-label . -) + (access-label . -2) (inclass . +) (inline-open . ++) (statement-cont . +)