komga/next-ui/.prettierrc.json
Gauthier Roebroeck a321735758 vuetify stuff
2026-03-30 17:17:58 +08:00

8 lines
180 B
JSON

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