refactor: enable useEditorconfig option to biome.json

https://biomejs.dev/reference/configuration/#formatteruseeditorconfig
This commit is contained in:
javayhu 2025-07-14 22:19:31 +08:00
parent 0d5185a789
commit d7077cb3d4

View File

@ -33,7 +33,8 @@
"indentStyle": "space", "indentStyle": "space",
"indentWidth": 2, "indentWidth": 2,
"lineWidth": 80, "lineWidth": 80,
"formatWithErrors": true "formatWithErrors": true,
"useEditorconfig": true
}, },
"organizeImports": { "organizeImports": {
"enabled": true "enabled": true