This commit is contained in:
Simon Vieille 2025-08-27 12:41:31 +02:00
commit 6fa8fcfe8c
Signed by: deblan
GPG key ID: 579388D585F70417
25 changed files with 9331 additions and 0 deletions

7
.prettierrc.json Normal file
View file

@ -0,0 +1,7 @@
{
"bracketSpacing": false,
"bracketSameLine": false,
"semi": false,
"singleQuote": true,
"singleAttributePerLine": true
}