Set up CI

This commit is contained in:
Andras Schmelczer 2026-06-06 19:36:15 +01:00
parent 5dcf27bb9f
commit 52eb07a993
12 changed files with 223 additions and 8218 deletions

6
.prettierrc.json Normal file
View file

@ -0,0 +1,6 @@
{
"printWidth": 80,
"tabWidth": 2,
"semi": true,
"singleQuote": false
}