immich/server/.prettierrc

7 lines
89 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"semi": true
}