Initialization.

This commit is contained in:
Matthieu Jolimaitre 2025-05-28 16:32:25 +02:00
commit ee7ff54fbf
4 changed files with 166 additions and 0 deletions

7
deno.json Normal file
View file

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