Skip to content

Commit

Permalink
fix: apply common .prettier config at top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeCap08055 committed Aug 9, 2024
1 parent d1103fe commit 5d2fbdc
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
{
"arrowParens": "always",
"bracketSpacing": true,
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"useTabs": false
}
"@projectlibertylabs/prettier-config"

0 comments on commit 5d2fbdc

Please sign in to comment.