settings.json 523 B

1234567891011121314151617
  1. {
  2. "editor.formatOnSave": true,
  3. "[toml]": {
  4. "editor.formatOnSave": false
  5. },
  6. "[handlebars]": {
  7. "editor.formatOnSave": false
  8. },
  9. // "rust-analyzer.check.workspace": true,
  10. // "rust-analyzer.check.workspace": false,
  11. // "rust-analyzer.check.features": "all",
  12. "rust-analyzer.cargo.features": "all",
  13. "rust-analyzer.check.features": "all",
  14. // "rust-analyzer.check.allTargets": true,
  15. // we don't want the formatter to kick in while we're working on dioxus itself
  16. "dioxus.formatOnSave": "disabled",
  17. }