Add .dir-locals.el
This commit is contained in:
parent
d0d9277387
commit
a69997d875
1 changed files with 4 additions and 0 deletions
4
.dir-locals.el
Normal file
4
.dir-locals.el
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
;;; Directory Local Variables -*- no-byte-compile: t; -*-
|
||||||
|
;;; For more information see (info "(emacs) Directory Variables")
|
||||||
|
|
||||||
|
((nix-mode . ((eglot-workspace-configuration . (:nil (:formatting (:command ["nixfmt"])))))))
|
Loading…
Reference in a new issue