1 2 3 4 5 6 7 8
{ "[rust]": { "editor.tabSize": 4, "editor.defaultFormatter": "rust-lang.rust-analyzer", "editor.formatOnSave": true }, "rust-analyzer.check.command": "clippy" }