summaryrefslogtreecommitdiff
path: root/emacs-style
diff options
context:
space:
mode:
authorBen Laurie <ben@apache.org>1999-08-15 21:55:19 +0000
committerBen Laurie <ben@apache.org>1999-08-15 21:55:19 +0000
commit955bb544fe328e56a526681456485fb6f226be32 (patch)
tree26fbc7c4deb49b470a8521290acfa78a0da1f7aa /emacs-style
parent335b6ab2fc76f0172927528fd9a0b86a83245fb6 (diff)
downloadhttpd-955bb544fe328e56a526681456485fb6f226be32.tar.gz
Get case indent right.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83690 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'emacs-style')
-rw-r--r--emacs-style1
1 files changed, 1 insertions, 0 deletions
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)