Don't run whitespace cleanup
authorNikolaus Rath <Nikolaus@rath.org>
Tue, 3 Jan 2017 20:31:36 +0000 (12:31 -0800)
committerNikolaus 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

index eddf673928675b3dcbf8ea38f211978f3bf0cab8..a9d100fa157e99d2ef429edea2fb0220c1bfa759 100644 (file)
@@ -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)