1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-04 02:46:47 +01:00
immich/server/.prettierrc

7 lines
89 B
Text
Raw Normal View History

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