Initial Commit

This commit is contained in:
Damian Wessels
2025-09-08 11:01:51 +02:00
commit fd33b5ceba
81 changed files with 17432 additions and 0 deletions

8
electron/.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"singleQuote": false,
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"endOfLine": "auto",
"plugins": ["prettier-plugin-tailwindcss"]
}