jellyfin.org/.prettierrc

8 lines
116 B
Plaintext
Raw Normal View History

2021-05-08 09:21:21 +02:00
{
2022-08-04 13:22:08 -04:00
"printWidth": 120,
2021-05-08 09:21:21 +02:00
"semi": true,
"singleQuote": true,
2022-08-04 13:22:08 -04:00
"jsxSingleQuote": true,
2021-05-08 09:21:21 +02:00
"trailingComma": "none"
}