Skip to content

Commit

Permalink
Configure prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcth committed Jun 4, 2024
1 parent 0cc884a commit 4d5d205
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 @@
{}
{
"singleQuote": false,
"editor.formatOnSave": true,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"trailingComma": "none"
}

0 comments on commit 4d5d205

Please sign in to comment.