Skip to content

Commit

Permalink
Create .prettierrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DrKain committed May 21, 2021
1 parent 3ca84ed commit eca768a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"trailingComma": "none",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"bracketSpacing": true,
"arrowParens": "always",
"endOfLine": "lf",
"printWidth": 120
}

0 comments on commit eca768a

Please sign in to comment.