Skip to content

Commit

Permalink
add prettier and editorconfig config
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j committed Jul 19, 2021
1 parent f987567 commit 901dff3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"bracketSpacing": false,
"printWidth": 100,
"semi": true,
"singleQuote": false,
"tabWidth": 1,
"trailingComma": "none",
"useTabs": true,
"arrowParens": "always"
}

0 comments on commit 901dff3

Please sign in to comment.