We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb03952 commit fe5a20aCopy full SHA for fe5a20a
.editorconfig
@@ -0,0 +1,4 @@
1
+[*]
2
+end_of_line = lf
3
+indent_style = space
4
+max_line_length = 80
biome.json
@@ -28,9 +28,7 @@
28
}
29
},
30
"formatter": {
31
- "indentStyle": "space",
32
- "lineWidth": 80,
33
- "lineEnding": "lf"
+ "useEditorconfig": true
34
35
"vcs": {
36
"enabled": true,
0 commit comments