immich/docs/.prettierrc

7 lines
89 B
Text
Raw Normal View History

2026-02-02 15:06:40 +01:00
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"semi": true
}