Skip to content

Commit

Permalink
fix: missing prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Jan 10, 2025
1 parent e176ca5 commit a7d6bcf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions template/.prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
tabWidth: 2
semi: true
singleQuote: true
bracketSpacing: true
trailingComma: all
arrowParens: avoid
printWidth: 120
singleAttributePerLine: false

0 comments on commit a7d6bcf

Please sign in to comment.