Skip to content

Commit

Permalink
chore: Explicit prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Oct 8, 2024
1 parent 16793c4 commit 32f1ef8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
{}
{
"printWidth": 80,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}

0 comments on commit 32f1ef8

Please sign in to comment.