Skip to content

Commit

Permalink
chore: add Prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Oct 12, 2023
1 parent fda01dc commit fb61474
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"printWidth" : 120,
"useTabs" : true,
"semi" : false,
"quoteProps" : "consistent",
"arrowParens": "avoid"
}

0 comments on commit fb61474

Please sign in to comment.