summaryrefslogtreecommitdiff
path: root/2026/examples/teleia/.dir-locals.el
blob: ebe36528496a688da9af65a6e6688a0fbdb2bca4 (plain)
1
2
3
4
5
6
7
((rust-ts-mode  .
   ((eglot-workspace-configuration .
      (:rust-analyzer
        ( :check (:command "clippy")
          :cargo ( :target "wasm32-unknown-unknown"
                   :targetDir t)
          :hover (:show (:fields 10))))))))