chore: added .dir-locals.el

This commit is contained in:
Sara Gerretsen 2025-10-26 14:09:17 +01:00
parent dadbbb7697
commit c61bb3acd9

4
.dir-locals.el Normal file
View file

@ -0,0 +1,4 @@
((nil
(indent-tabs-mode . t)
(tab-width . 4)
(lsp-enable-on-type-formatting nil)))