Skip to content

Commit

Permalink
style: fix prettier endOfLine
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Jun 3, 2023
1 parent 58d3e32 commit b8c093c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"endOfLine": "lf"
"endOfLine": "auto"
}

0 comments on commit b8c093c

Please sign in to comment.