immich/server/.prettierrc

7 lines
89 B
Plaintext
Raw Normal View History

2022-02-03 09:06:44 -07:00
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"semi": true
2022-02-03 09:06:44 -07:00
}