twitch-tui/.vscode/settings.json
2023-03-09 20:13:47 -08:00

7 lines
122 B
JSON

{
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
},
"rust-analyzer.check.command": "clippy"
}