From: Ben Laurie Date: Sun, 15 Aug 1999 21:55:19 +0000 (+0000) Subject: Get case indent right. X-Git-Tag: apache-1_3-merge-2-post~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=955bb544fe328e56a526681456485fb6f226be32;p=apache Get case indent right. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83690 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/emacs-style b/emacs-style index a0f16e2209..283b6f0255 100644 --- a/emacs-style +++ b/emacs-style @@ -5,5 +5,6 @@ (c-set-offset 'statement-block-intro' ++) (c-set-offset 'substatement' ++) (c-set-offset 'brace-list-intro' ++) + (c-set-offset 'statement-case-intro' ++) ))) (setq c++-mode-hook c-mode-hook)