Initial commit. Basic spirit selector plus recipes data crossing.

This commit is contained in:
2026-02-01 13:45:21 +01:00
commit 4528583b71
10 changed files with 2340 additions and 0 deletions

10
.pretierrc Normal file
View File

@@ -0,0 +1,10 @@
{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "always",
"endOfLine": "lf"
}