Skip to content

Commit

Permalink
fix end of line error
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb committed Feb 19, 2024
1 parent cbb0629 commit d71a38c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"semi": false,
"singleQuote": true
"singleQuote": true,
"endOfLine": "auto"
}

0 comments on commit d71a38c

Please sign in to comment.