ARO-RP/.prettierrc.yaml

11 строки
197 B
YAML

# .prettierrc or .prettierrc.yaml
trailingComma: "es5"
tabWidth: 2
useTabs: false
semi: false
singleQuote: false
printWidth: 100
bracketSpacing: true
quoteProps: "consistent"
bracketSameLine: true