immich/server/.prettierrc

9 lines
193 B
Plaintext
Raw Normal View History

2022-02-03 16:06:44 +00:00
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"semi": true,
"organizeImportsSkipDestructiveCodeActions": true,
"plugins": ["prettier-plugin-organize-imports"]
2022-02-03 16:06:44 +00:00
}