refactor: enable useEditorconfig option to biome.json
https://biomejs.dev/reference/configuration/#formatteruseeditorconfig
This commit is contained in:
parent
0d5185a789
commit
d7077cb3d4
@ -33,7 +33,8 @@
|
||||
"indentStyle": "space",
|
||||
"indentWidth": 2,
|
||||
"lineWidth": 80,
|
||||
"formatWithErrors": true
|
||||
"formatWithErrors": true,
|
||||
"useEditorconfig": true
|
||||
},
|
||||
"organizeImports": {
|
||||
"enabled": true
|
||||
|
Loading…
Reference in New Issue
Block a user