philomena/assets/.prettierrc.yml
2024-07-03 23:03:46 +02:00

14 lines
235 B
YAML

tabWidth: 2
useTabs: false
printWidth: 120
semi: true
singleQuote: true
bracketSpacing: true
endOfLine: lf
quoteProps: as-needed
trailingComma: all
arrowParens: avoid
overrides:
- files: "*.css"
options:
singleQuote: false