1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-28 09:33:27 +02:00
immich/server/.prettierrc

7 lines
89 B
Plaintext
Raw Normal View History

2022-02-03 18:06:44 +02:00
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"semi": true
2022-02-03 18:06:44 +02:00
}