From d483771d9e4df0e41d1515b82f2a72848ec96260 Mon Sep 17 00:00:00 2001 From: crudo Date: Thu, 19 Apr 2018 14:01:31 +0200 Subject: [PATCH] Add Emacs configuration --- .dir-locals.el | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..4f13c86 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,9 @@ +( + (nil . ( + (whitespace-style . (face + tabs tab-mark indentation::tab + spaces space-mark indentation::space + newline newline-mark + trailing)) + )) + )