Skip to content

Commit

Permalink
Add prettier config
Browse files Browse the repository at this point in the history
- So contributors will hopefully all use consistent formatting
  • Loading branch information
karlromets committed Dec 28, 2024
1 parent e0db5e2 commit c8cf2b3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"printWidth": 120,
"useTabs": false,
"tabWidth": 2,
"trailingComma": "es5",
"semi": true,
"singleQuote": true,
"bracketSpacing": true,
"arrowParens": "always",
"jsxSingleQuote": false,
"bracketSameLine": false,
"endOfLine": "lf"
}

0 comments on commit c8cf2b3

Please sign in to comment.