]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Make emacs indent top-level comments in headers correctly.
authorBen Laurie <ben@apache.org>
Sun, 11 Mar 2001 20:49:37 +0000 (20:49 +0000)
committerBen Laurie <ben@apache.org>
Sun, 11 Mar 2001 20:49:37 +0000 (20:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88492 13f79535-47bb-0310-9956-ffa450edef68

emacs-style

index 283b6f0255341c4b32cc0511676e144ae2a3ba6d..d66f865a09a67ea288abeb027ceeea9c90887f35 100644 (file)
@@ -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)