chore: added .dir-locals.el

This commit is contained in:
Sara Gerretsen 2025-10-26 14:10:11 +01:00
parent 9b2ae482f1
commit 761560f82d

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)))