komga/next-ui/.prettierrc.json
Gauthier Roebroeck b95fbce7f1 vuetify stuff
2026-02-03 11:14:23 +08:00

8 lines
180 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"singleQuote": true,
"printWidth": 100,
"trailingComma": "all",
"semi": false,
"singleAttributePerLine": true
}