Skip to content

Commit

Permalink
Add .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
tifrel committed Jan 21, 2025
1 parent fe9adb8 commit d1e3445
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 2
}

0 comments on commit d1e3445

Please sign in to comment.