summaryrefslogtreecommitdiff
path: root/dir-locals/eglot-rust-dir-locals.el
blob: 9fff9e8d0f718e0df8a167d0d403973ab9f0c183 (plain)
1
2
3
4
5
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")))))