Add .dir-locals to disable tabs in the code

Basically saves us from running M-x untabify on potential contributions.
This commit is contained in:
Protesilaos Stavrou 2022-07-04 09:34:24 +03:00
parent d3a54f63db
commit c8a83009dc
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

4
.dir-locals.el Normal file
View file

@ -0,0 +1,4 @@
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((emacs-lisp-mode . ((indent-tabs-mode . nil))))