Skip to content

Commit 1bcdc41

Browse files
committed
style(biome): update formatter rules to enforce LF line endings
1 parent 38dd8ad commit 1bcdc41

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"javascript": {
2525
"formatter": {
2626
"quoteStyle": "double",
27-
"semicolons": "always"
27+
"semicolons": "always",
28+
"lineEnding": "lf"
2829
}
2930
},
3031
"assist": {

0 commit comments

Comments
 (0)