chore: added .dir-locals.el
This commit is contained in:
parent
9b2ae482f1
commit
761560f82d
4
.dir-locals.el
Normal file
4
.dir-locals.el
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
((nil
|
||||||
|
(indent-tabs-mode . t)
|
||||||
|
(tab-width . 4)
|
||||||
|
(lsp-enable-on-type-formatting nil)))
|
||||||
Loading…
Reference in a new issue