Skip to content

Commit

Permalink
add prettier configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanck committed Mar 15, 2022
1 parent 36bd05f commit 21ddbea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
out/
package-lock.json
node_modules/
9 changes: 9 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"endOfLine": "lf",
"printWidth": 120,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}

0 comments on commit 21ddbea

Please sign in to comment.