Files
suwayomi-material-you-webui/.prettierrc
T

8 lines
106 B
Plaintext
Raw Normal View History

2023-02-06 10:06:33 +01:00
{
"tabWidth": 4,
"singleQuote": true,
2023-02-08 18:19:26 +01:00
"printWidth": 120,
2023-02-06 10:06:33 +01:00
"semi": true,
"trailingComma": "all"
}