mirror of
https://github.com/gotson/komga.git
synced 2026-04-19 13:31:15 +02:00
8 lines
180 B
JSON
8 lines
180 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"trailingComma": "all",
|
|
"semi": false,
|
|
"singleAttributePerLine": true
|
|
}
|