webai/.prettierrc.yml

12 lines
190 B
YAML
Raw Normal View History

2024-07-27 23:38:19 +00:00
printWidth: 120
tabWidth: 4
semi: true
singleQuote: true
quoteProps: "as-needed"
jsxSingleQuote: false
trailingComma: "all"
bracketSpacing: true
bracketSameLine: false
arrowParens: "avoid"