Initial commit

This commit is contained in:
Georgios Jason Efstathiou
2024-12-22 19:45:16 +01:00
commit 3ef51fbc12
16 changed files with 3810 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
}