Files
CI-templates/test-projects/web-basic/.prettierrc.json
T
2025-09-19 19:38:10 +02:00

7 lines
104 B
JSON

{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2
}