Skip to content

Commit fe5a20a

Browse files
authored
chore: introduce editorconfig (#71)
1 parent cb03952 commit fe5a20a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: .editorconfig

+4
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

Diff for: biome.json

+1-3
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)