Skip to content

Commit

Permalink
Add prettier config
Browse files Browse the repository at this point in the history
Signed-off-by: Squareys <squareys@googlemail.com>
  • Loading branch information
Squareys committed Mar 13, 2023
1 parent fe3da59 commit 4aa8c4f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"singleQuote": true,
"printWidth": 92,
"quoteProps": "preserve",
"bracketSpacing": false
}

0 comments on commit 4aa8c4f

Please sign in to comment.