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,
"printWidth": 100,
"semi": true,
"trailingComma": "all"
}