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 5c07141 commit ff6465f
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 ff6465f

Please sign in to comment.