Files
matrix-backend/.prettierrc.json
2025-09-25 02:39:54 +02:00

7 lines
106 B
JSON

{
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "es5",
"printWidth": 120
}