settings.json 465 B

1234567891011121314
  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.features": "all",
  11. // "rust-analyzer.check.allTargets": true,
  12. // we don't want the formatter to kick in while we're working on dioxus itself
  13. "dioxus.formatOnSave": "disabled",
  14. }