philomena/assets/.prettierrc.yml

15 lines
235 B
YAML
Raw Normal View History

2024-07-04 02:23:01 +02:00
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