Skip to content

Commit

Permalink
fix: lint endofline unification #8
Browse files Browse the repository at this point in the history
Signed-off-by: seven <[email protected]>
  • Loading branch information
Blankll committed Apr 7, 2024
1 parent f13b57e commit 9488d81
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,5 +1,6 @@
{
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2
"tabWidth": 2,
"endOfLine": "lf"
}

0 comments on commit 9488d81

Please sign in to comment.