This commit is contained in:
Matthieu Jolimaitre 2024-09-10 23:40:21 +02:00
commit 46a55aff7c
6 changed files with 144 additions and 0 deletions

7
deno.json Normal file
View file

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