shapez/.prettierrc.yaml

12 lines
209 B
YAML
Raw Permalink Normal View History

2020-05-09 16:45:23 +02:00
# .prettierrc or .prettierrc.yaml
trailingComma: "es5"
tabWidth: 4
semi: true
singleQuote: false
printWidth: 110
useTabs: false
quoteProps: "consistent"
bracketSpacing: true
arrowParens: avoid
2020-05-28 09:37:57 +02:00
endOfLine: auto