summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2020-02-25 14:46:34 +0100
committerJonas Bernoulli <jonas@bernoul.li>2020-03-27 21:38:45 +0100
commit2a7b84b3cd9e58bba064077af78b53abd30766f6 (patch)
tree9cc6810008a4458cbde2703d8252659aac35b190
parent3ceb31b71824e59e3f000edf7cb09ab86616d723 (diff)
downloadgeiser-2a7b84b3cd9e58bba064077af78b53abd30766f6.tar.gz
geiser-2a7b84b3cd9e58bba064077af78b53abd30766f6.tar.bz2
Enforce use of spaces for indentation
We cannot just assume that each and every contributors has independently configured their Editor that way.
-rw-r--r--.dir-locals.el4
1 files changed, 4 insertions, 0 deletions
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))))