added a directory to store dir-locals files in git
parent
d314fe16f7
commit
ceaa741cfb
@ -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…
Reference in New Issue