| 12345678910111213141516171819 |
- // Folder-specific settings
- //
- // For a full list of overridable settings, and general information on folder-specific settings,
- // see the documentation: https://zed.dev/docs/configuring-zed#settings-files
- {
- "format_on_save": null,
- "formatter": [
- // {
- // "code_actions": {
- // "source.organizeImports": true
- // }
- // },
- {
- "code_actions": {
- "source.fixAll.eslint": true
- }
- }
- ]
- }
|