Files
aya-mirror/.vscode/settings.json
2025-10-16 06:20:42 -04:00

10 lines
247 B
JSON

{
"rust-analyzer.check.allTargets": true,
"rust-analyzer.check.command": "clippy",
"rust-analyzer.cargo.target": "x86_64-unknown-linux-musl",
"search.exclude": {
"/xtask/public-api/*.txt": true
},
"yaml.format.singleQuote": true
}