Add .dir-locals.el

This commit is contained in:
Erwin Boskma 2024-02-29 14:21:31 +01:00
parent d0d9277387
commit a69997d875
Signed by: erwin
SSH key fingerprint: SHA256:OCinH/khuGY1LA9RG8YLM8GNH6C1DDXBdy3SNE+I5Hw

4
.dir-locals.el Normal file
View 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"])))))))