settings.json 198 B

1234567891011
  1. {
  2. "rust-analyzer.cargo.allFeatures": true,
  3. "rust-analyzer.cargo.features": [
  4. "desktop",
  5. "router"
  6. ],
  7. "editor.formatOnSave": true,
  8. "[toml]": {
  9. "editor.formatOnSave": false
  10. }
  11. }