Skip to content

Commit

Permalink
chore: Add enforced LF file endings
Browse files Browse the repository at this point in the history
  • Loading branch information
domwebber committed Sep 29, 2023
1 parent 4873d3b commit 5c1a22b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto eol=lf
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"trailingComma": "all",
"singleQuote": false,
"quoteProps": "consistent",
"tabWidth": 2
"tabWidth": 2,
"endOfLine": "lf"
}

0 comments on commit 5c1a22b

Please sign in to comment.