This commit is contained in:
Matthieu Jolimaitre 2025-05-28 00:20:03 +02:00
commit 011ea8bdeb
9 changed files with 239 additions and 0 deletions

7
deno.json Normal file
View file

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