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