Skip to content

Commit

Permalink
prettier config file
Browse files Browse the repository at this point in the history
  • Loading branch information
minimo-io committed Mar 29, 2024
1 parent 1f2dfa1 commit cfa7107
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 173 deletions.
8 changes: 8 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"trailingComma": "es5",
"useTabs": false,
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"printWidth": 120
}
Loading

0 comments on commit cfa7107

Please sign in to comment.