immich/server/.prettierrc

6 lines
89 B
Text

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