Skip to content

Commit

Permalink
Update Prettier to use tabs and 120 line
Browse files Browse the repository at this point in the history
  • Loading branch information
BoscoDomingo committed Jun 15, 2023
1 parent fcd4362 commit fed1f1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 2
}
"tabWidth": 2,
"useTabs": true,
"printWidth": 120
}

0 comments on commit fed1f1c

Please sign in to comment.