add deno config

This commit is contained in:
JOLIMAITRE Matthieu 2024-05-14 22:26:54 +02:00
parent 5a786ba8f1
commit c62a03b943
2 changed files with 9 additions and 0 deletions

6
deno.json Normal file
View file

@ -0,0 +1,6 @@
{
"fmt": {
"useTabs": true,
"lineWidth": 120
}
}