mirror of
https://github.com/aya-rs/aya.git
synced 2026-03-03 18:23:55 +01:00
10 lines
247 B
JSON
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
|
|
}
|