diff options
author | Jonas Bernoulli <jonas@bernoul.li> | 2020-02-25 14:46:34 +0100 |
---|---|---|
committer | Jonas Bernoulli <jonas@bernoul.li> | 2020-03-27 21:38:45 +0100 |
commit | 2a7b84b3cd9e58bba064077af78b53abd30766f6 (patch) | |
tree | 9cc6810008a4458cbde2703d8252659aac35b190 /.dir-locals.el | |
parent | 3ceb31b71824e59e3f000edf7cb09ab86616d723 (diff) | |
download | geiser-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.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 4 |
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)))) |