openwebui-desktop/.prettierrc.yaml
Timothy Jaeryang Baek 9f4cc2948c Initial commit
2026-03-17 16:01:25 -05:00

10 lines
169 B
YAML

singleQuote: true
semi: false
printWidth: 100
trailingComma: none
plugins:
- prettier-plugin-svelte
overrides:
- files: '*.svelte'
options:
parser: svelte