immich/web/.prettierrc

8 lines
103 B
Plaintext

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