/ biome.json
biome.json
1 { 2 "$schema": "https://biomejs.dev/schemas/2.3.7/schema.json", 3 "formatter": { 4 "indentStyle": "space", 5 "indentWidth": 2 6 }, 7 "assist": { 8 "actions": { 9 "source": { 10 "organizeImports": "on" 11 } 12 } 13 } 14 }