settings.json 296 B

1234567891011
  1. {
  2. "editor.formatOnSave": true,
  3. "[toml]": {
  4. "editor.formatOnSave": false
  5. },
  6. // "rust-analyzer.check.workspace": true,
  7. "rust-analyzer.check.workspace": false,
  8. "rust-analyzer.check.features": "all",
  9. "rust-analyzer.cargo.features": "all",
  10. "rust-analyzer.check.allTargets": true
  11. }