Skip to content

Commit

Permalink
fix: add back prettierrc to persistent-merkle-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Jan 5, 2025
1 parent 4ca9e6a commit 51b1bdd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/persistent-merkle-tree/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
printWidth: 120
tabWidth: 2
useTabs: false
semi: true
singleQuote: false
quoteProps: "as-needed"
trailingComma: "es5"
bracketSpacing: false
arrowParens: "always"

0 comments on commit 51b1bdd

Please sign in to comment.