web/api/.prettierrc.json
2024-06-26 22:13:34 +02:00

7 lines
90 B
JSON

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"semi": false
}