Skip to content

Commit

Permalink
Add .gitattributes to force LF line endings (#1546)
Browse files Browse the repository at this point in the history
* Add .gitattributes to force LF line endings

* Remove lineEnding option from biome
  • Loading branch information
robines authored Oct 25, 2024
1 parent 02f0870 commit e3bcfcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Force all files to use LF line endings
* text=auto
3 changes: 1 addition & 2 deletions biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
},
"formatter": {
"indentStyle": "space",
"lineWidth": 120,
"lineEnding": "lf"
"lineWidth": 120
},
"javascript": {
"formatter": {
Expand Down

0 comments on commit e3bcfcb

Please sign in to comment.