aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-01-03 12:31:36 -0800
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-01-03 12:31:36 -0800
commit09d388570b5ad0085855d90eea9be653e4bc9723 (patch)
tree16cbf6c8ce9359f623f6be6f7e55e1f301e23805 /.dir-locals.el
parentac25c153691faea65cbfc1b0781b8b0dab3f4b29 (diff)
Don't run whitespace cleanup
Since existing whitespace usage is not consistent, this causes a lot of spurious whitespace changes.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index eddf673..a9d100f 100644
--- 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)