mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
13 lines
407 B
JSON
13 lines
407 B
JSON
{
|
|
"rust-analyzer.checkOnSave.command": "clippy",
|
|
"rust-analyzer.rustfmt.extraArgs": [ "+nightly" ],
|
|
"[rust]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
|
"editor.semanticHighlighting.enabled": true
|
|
},
|
|
"rust-analyzer.cachePriming.enable": true,
|
|
"rust-analyzer.diagnostics.experimental.enable": true,
|
|
"rust-analyzer.showUnlinkedFileNotification": false
|
|
}
|