diff options
author | Ben Laurie <ben@apache.org> | 2003-12-29 13:59:02 +0100 |
---|---|---|
committer | Ben Laurie <ben@apache.org> | 2003-12-29 13:59:02 +0100 |
commit | 4be65770b53654160d9e1db65f097482f0da706d (patch) | |
tree | 351e6824043575ef217d6f8aedb9b4d7fa726fb0 /emacs-style | |
parent | sync with stable branch (diff) | |
download | apache2-4be65770b53654160d9e1db65f097482f0da706d.tar.xz apache2-4be65770b53654160d9e1db65f097482f0da706d.zip |
Don't use tabs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102127 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'emacs-style')
-rw-r--r-- | emacs-style | 1 |
1 files changed, 1 insertions, 0 deletions
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) |