From: Ben Laurie Date: Mon, 29 Dec 2003 12:59:02 +0000 (+0000) Subject: Don't use tabs. X-Git-Tag: pre_ajp_proxy~902 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4be65770b53654160d9e1db65f097482f0da706d;p=apache Don't use tabs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102127 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/emacs-style b/emacs-style index d66f865a09..7ca4f40414 100644 --- a/emacs-style +++ b/emacs-style @@ -9,3 +9,4 @@ (c-set-offset 'inextern-lang' 0) ))) (setq c++-mode-hook c-mode-hook) +(setq-default indent-tabs-mode nil)