settings.json 262 B

1234567
  1. {
  2. // dont let our extension kick on the rsx files - we're fixing it!
  3. "dioxus.formatOnSave": "disabled",
  4. // enable this when modifying tab-based indentation
  5. // When inside .rsx files, dont automatically use spaces
  6. // "files.autoSave": "off"
  7. }