Skip to content

Commit

Permalink
style: add prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Oct 25, 2023
1 parent 4a25b30 commit 40020ea
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "http://json.schemastore.org/prettierrc",
"bracketSpacing": true,
"endOfLine": "lf",
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"printWidth": 120,
"importOrderSeparation": true,
"importOrderSortSpecifiers": true,
"importOrderGroupNamespaceSpecifiers": true,
"importOrderCaseInsensitive": true
}

0 comments on commit 40020ea

Please sign in to comment.