Skip to content

Commit

Permalink
Update prettier.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wandyezj committed Feb 16, 2024
1 parent b6027f6 commit f796108
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/prettier.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"trailingComma": "es5",
"arrowParens":"always",
"endOfLine":"lf",
"proseWrap":"preserve",
"printWidth":100,
"trailingComma": "all",
"arrowParens": "always",
"endOfLine": "lf",
"proseWrap": "preserve",
"printWidth": 100,
"tabWidth": 4
}
}

0 comments on commit f796108

Please sign in to comment.