Initialization.

This commit is contained in:
JOLIMAITRE Matthieu 2025-05-26 22:15:11 +02:00
commit 4094afff3d
13 changed files with 517 additions and 0 deletions

7
deno.json Normal file
View file

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