summaryrefslogtreecommitdiff
path: root/2026/.dir-locals.el
blob: 3a4dc0caed1787c328471150ca68bb0f4f09066d (plain)
1
2
3
4
5
6
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))))))))