This commit is contained in:
Matthieu Jolimaitre 2025-07-10 23:37:19 +02:00
commit 515596ba2b
12 changed files with 427 additions and 0 deletions

7
deno.json Normal file
View file

@ -0,0 +1,7 @@
{
"fmt": {
"useTabs": true,
"lineWidth": 120,
"semiColons": false
}
}