added a directory to store dir-locals files in git

master
John Turner 2 years ago
parent d314fe16f7
commit ceaa741cfb
No known key found for this signature in database
GPG Key ID: 422FE10CC41A94A2

@ -0,0 +1,6 @@
((rust-mode . ((eval . (eglot-ensure))
(eglot-workspace-configuration . ((:rust-analyzer . (:checkOnSave
(:command "clippy")))))
(rust-format-on-save . t)
(rust-format-goto-problem . t)
(rust-rustfmt-switches . ("--edition" "2021")))))
Loading…
Cancel
Save