1
0
Fork 0
bootstrap-html/site/.prettierrc.json
Daniel Baumann c084e7d586
Adding upstream version 5.3.6+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-08 06:13:50 +02:00

8 lines
173 B
JSON

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