Skip to content

Commit

Permalink
fix: init
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanAmenechi committed Sep 21, 2022
1 parent 052ca4f commit 9e035bf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"overrides": [
{
"files": "*.md",
"options": {
"tabWidth": 1
}
}
],
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "auto",
"printWidth": 120,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "all"
}

0 comments on commit 9e035bf

Please sign in to comment.