Format files

This commit is contained in:
Andras Schmelczer 2025-01-05 15:35:51 +00:00
parent 02486d671e
commit 438caa96a6
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
19 changed files with 557 additions and 585 deletions

View file

@ -16,8 +16,8 @@
"license": "MIT",
"prettier": {
"trailingComma": "none",
"tabWidth": 2,
"useTabs": false,
"tabWidth": 4,
"useTabs": true,
"endOfLine": "lf"
},
"devDependencies": {