Skip to content
Prev Previous commit
Next Next commit
fix: set prettier line endings to lf again
  • Loading branch information
defaude committed Oct 3, 2023
commit 3ac2a8fb6fd778b2b2d50d438c549357e4ff7ed0
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "auto",
"endOfLine": "lf",
"insertPragma": false,
"printWidth": 80,
"proseWrap": "preserve",
Expand Down