Skip to content

Commit 7f28bae

Browse files
committed
chore: introduce editorconfig
1 parent 4258384 commit 7f28bae

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[*]
2+
end_of_line = lf
3+
indent_style = space
4+
max_line_length = 80

biome.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@
2828
}
2929
},
3030
"formatter": {
31-
"indentStyle": "space",
32-
"lineWidth": 80,
33-
"lineEnding": "lf"
31+
"useEditorconfig": true
3432
},
3533
"vcs": {
3634
"enabled": true,

0 commit comments

Comments
 (0)