immich/web/.prettierrc

8 lines
142 B
Plaintext
Raw Normal View History

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