1
0
Fork 0

Adding upstream version 5.3.6+dfsg.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-08 06:13:50 +02:00
parent 96570520fe
commit c084e7d586
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
593 changed files with 26219 additions and 18272 deletions

8
site/.prettierrc.json Normal file
View file

@ -0,0 +1,8 @@
{
"$schema": "http://json.schemastore.org/prettierrc",
"arrowParens": "always",
"printWidth": 120,
"semi": false,
"singleQuote": true,
"trailingComma": "none"
}