added files

This commit is contained in:
J-onasJones 2024-10-15 00:56:32 +02:00
parent a1f3689848
commit eb1ad6ec71
12 changed files with 3807 additions and 3 deletions

6
.prettierrc Normal file
View file

@ -0,0 +1,6 @@
{
"printWidth": 140,
"singleQuote": true,
"semi": true,
"useTabs": true
}