From: Nikolaus Rath Date: Sat, 24 Dec 2016 02:46:16 +0000 (-0800) Subject: Use tabs in configure.ac X-Git-Tag: fuse-3.0.1~43 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0fa25d046fcf9ea737a2165310dcad53814ffa2f;p=qemu-gpiodev%2Flibfuse.git Use tabs in configure.ac --- diff --git a/.dir-locals.el b/.dir-locals.el index c70a23a..eddf673 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,6 +1,7 @@ ((nil . ((eval . (add-hook 'before-save-hook 'whitespace-cleanup nil t)))) (python-mode . ((indent-tabs-mode . nil))) + (autoconf-mode . ((indent-tabs-mode . t))) (c-mode . ((c-file-style . "stroustrup") (indent-tabs-mode . t) (tab-width . 8)