dir-locals: Revert back to nixfmt
This commit is contained in:
parent
8154ca934a
commit
756e3c44b7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
;;; Directory Local Variables -*- no-byte-compile: t; -*-
|
;;; Directory Local Variables -*- no-byte-compile: t; -*-
|
||||||
;;; For more information see (info "(emacs) Directory Variables")
|
;;; For more information see (info "(emacs) Directory Variables")
|
||||||
|
|
||||||
((nix-mode . ((eglot-workspace-configuration . (:nil (:formatting (:command ["nix" "fmt"])))))))
|
((nix-mode . ((eglot-workspace-configuration . (:nil (:formatting (:command ["nixfmt"])))))))
|
||||||
|
|
Loading…
Reference in a new issue