settings.json 437 B

12345678910111213141516171819
  1. // Folder-specific settings
  2. //
  3. // For a full list of overridable settings, and general information on folder-specific settings,
  4. // see the documentation: https://zed.dev/docs/configuring-zed#settings-files
  5. {
  6. "format_on_save": null,
  7. "formatter": [
  8. // {
  9. // "code_actions": {
  10. // "source.organizeImports": true
  11. // }
  12. // },
  13. {
  14. "code_actions": {
  15. "source.fixAll.eslint": true
  16. }
  17. }
  18. ]
  19. }