settings.json 186 B

12345678
  1. {
  2. "rust-analyzer.check.allTargets": true,
  3. "rust-analyzer.check.command": "clippy",
  4. "search.exclude": {
  5. "/xtask/public-api/*.txt": true
  6. },
  7. "yaml.format.singleQuote": true
  8. }