invadeez/.vscode/settings.json

4 lines
86 B
JSON
Raw Normal View History

2023-01-25 21:42:27 +00:00
{
"editor.formatOnSave": true,
"rust-analyzer.checkOnSave.command": "clippy"
}