From 2a7b84b3cd9e58bba064077af78b53abd30766f6 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Tue, 25 Feb 2020 14:46:34 +0100 Subject: Enforce use of spaces for indentation We cannot just assume that each and every contributors has independently configured their Editor that way. --- .dir-locals.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..4f4d5b3 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,4 @@ +((emacs-lisp-mode + (indent-tabs-mode . nil)) +((scheme-mode + (indent-tabs-mode . nil)))) -- cgit v1.2.3