libcosmic/.vscode/settings.json

5 lines
132 B
JSON
Raw Normal View History

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