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:
ac25c15
)
Don't run whitespace cleanup
author
Nikolaus Rath
<Nikolaus@rath.org>
Tue, 3 Jan 2017 20:31:36 +0000
(12:31 -0800)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Tue, 3 Jan 2017 20:31:36 +0000
(12:31 -0800)
Since existing whitespace usage is not consistent, this causes
a lot of spurious whitespace changes.
.dir-locals.el
patch
|
blob
|
history
diff --git
a/.dir-locals.el
b/.dir-locals.el
index eddf673928675b3dcbf8ea38f211978f3bf0cab8..a9d100fa157e99d2ef429edea2fb0220c1bfa759 100644
(file)
--- a/
.dir-locals.el
+++ b/
.dir-locals.el
@@
-1,6
+1,4
@@
-((nil . ((eval . (add-hook 'before-save-hook
- 'whitespace-cleanup nil t))))
- (python-mode . ((indent-tabs-mode . nil)))
+((python-mode . ((indent-tabs-mode . nil)))
(autoconf-mode . ((indent-tabs-mode . t)))
(c-mode . ((c-file-style . "stroustrup")
(indent-tabs-mode . t)