Skip to content

Commit

Permalink
Merge pull request #98 from ZusorCode/fix-line-ending-issues
Browse files Browse the repository at this point in the history
Fix issues with line endings
  • Loading branch information
slmnio authored Jan 18, 2022
2 parents ced7f3b + bdc18bb commit 102716b
Show file tree
Hide file tree
Showing 2 changed files with 2 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
2 changes: 1 addition & 1 deletion website/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"linebreak-style": [
"error",
"windows"
"unix"
],
"quotes": [
"error",
Expand Down

0 comments on commit 102716b

Please sign in to comment.