summaryrefslogtreecommitdiff
path: root/emacs-style
diff options
context:
space:
mode:
authorBen Laurie <ben@apache.org>2001-03-11 20:49:37 +0000
committerBen Laurie <ben@apache.org>2001-03-11 20:49:37 +0000
commitce57a82bf62000969778307a13fda43f0e32f4fc (patch)
treedcbf7be2cf20073662b41972af327429d4acfc38 /emacs-style
parent86224fb1b9b5a7ad60e2c4856bb04c8a606e39da (diff)
downloadhttpd-ce57a82bf62000969778307a13fda43f0e32f4fc.tar.gz
Make emacs indent top-level comments in headers correctly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88492 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 283b6f0255..d66f865a09 100644
--- a/emacs-style
+++ b/emacs-style
@@ -6,5 +6,6 @@
(c-set-offset 'substatement' ++)
(c-set-offset 'brace-list-intro' ++)
(c-set-offset 'statement-case-intro' ++)
+ (c-set-offset 'inextern-lang' 0)
)))
(setq c++-mode-hook c-mode-hook)