Skip to content

Commit

Permalink
Implement IEntropy
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstevenberger committed Jul 18, 2024
1 parent 182b1bc commit 6afebf8
Show file tree
Hide file tree
Showing 3 changed files with 481 additions and 44 deletions.
9 changes: 9 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5",
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-tailwindcss"]
}

Loading

0 comments on commit 6afebf8

Please sign in to comment.