immich/docs/.prettierrc

7 lines
89 B
Text
Raw Permalink Normal View History

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