Skip to content

Commit

Permalink
force LF as JSON line end
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Nov 13, 2024
1 parent 2447d5b commit 73eeb0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"formatter": {
"lineEnding": "lf"
},
"json": {
"formatter": {
"lineEnding": "lf"
}
},
"linter": {
"enabled": true,
"rules": {
Expand Down

0 comments on commit 73eeb0f

Please sign in to comment.