projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
845ecf0
)
Use tabs in configure.ac
author
Nikolaus Rath
<Nikolaus@rath.org>
Sat, 24 Dec 2016 02:46:16 +0000
(18:46 -0800)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Sat, 24 Dec 2016 02:46:16 +0000
(18:46 -0800)
.dir-locals.el
patch
|
blob
|
history
diff --git
a/.dir-locals.el
b/.dir-locals.el
index c70a23af2dc656fa217513b747b1086abc60679c..eddf673928675b3dcbf8ea38f211978f3bf0cab8 100644
(file)
--- 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)