libcosmic/.vscode/settings.json
2022-12-23 15:10:51 +01:00

4 lines
132 B
JSON

{
"rust-analyzer.checkOnSave.command": "clippy",
"rust-analyzer.checkOnSave.extraArgs": ["--", "-W", "clippy::pedantic"],
}