diff options
Diffstat (limited to '2026/.dir-locals.el')
| -rw-r--r-- | 2026/.dir-locals.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2026/.dir-locals.el b/2026/.dir-locals.el new file mode 100644 index 0000000..3a4dc0c --- /dev/null +++ b/2026/.dir-locals.el @@ -0,0 +1,7 @@ +((rust-ts-mode . + ((eglot-workspace-configuration . + (:rust-analyzer + ( :check (:command "clippy") + :cargo ( :target "x86_64-unknown-linux-gnu" + :targetDir t) + :hover (:show (:fields 10)))))))) |
