Skip to content

Commit

Permalink
Ngl that was pretty low tpm
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenTomato5 committed Dec 29, 2024
1 parent de70b60 commit c168eee
Show file tree
Hide file tree
Showing 2 changed files with 23 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 @@
{
"plugins": ["prettier-plugin-java"],
"tabWidth": 4,
"useTabs": true,
"printWidth": 100
}

16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "2024-rewrite",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"prettier": "^3.3.3",
"prettier-plugin-java": "^2.6.4"
}
}

0 comments on commit c168eee

Please sign in to comment.