blob: ef4f8fa6616b195c8c6f13426aba785f489ec35d (
plain)
1
2
3
4
|
((rust-ts-mode . ((eglot-workspace-configuration . (:rust-analyzer (:check (:command "clippy"))))
(fmt-executable . "rustfmt")
(eval . (eglot-ensure))
(eval . (add-hook 'before-save-hook 'fmt-current-buffer nil t)))))
|