photoprism/frontend/.prettierrc.json
Michael Mayer 87741e13d9 UX: Change order of feature flag toggles in Settings > General
Signed-off-by: Michael Mayer <michael@photoprism.app>
2025-11-26 13:05:29 +01:00

19 lines
426 B
JSON

{
"printWidth": 160,
"semi": true,
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"quoteProps": "consistent",
"proseWrap": "never",
"htmlWhitespaceSensitivity": "css",
"overrides": [
{
"files": ["*.css", "*.scss", "*.sass"],
"options": {
"tabWidth": 4,
"printWidth": 160
}
}
]
}