From fa2afb4f2e14b1fdf7b42dabfe5e1ac729dce2a4 Mon Sep 17 00:00:00 2001
From: Attila Lendvai <attila@lendvai.name>
Date: Fri, 9 Dec 2016 14:11:50 +0100
Subject: [PATCH] add .dir-locals.el to disable auto whitespace cleanup

---
 .dir-locals.el | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 .dir-locals.el

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 00000000..b8cc571f
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,8 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((nil
+  (indent-tabs-mode . nil) ; Make sure to disable smart-tabs-mode if you're using it.
+  (whitespace-action . nil)
+  (whitespace-style . '(face trailing empty tabs))
+  ))
-- 
GitLab