1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-09-30 14:30:44 +00:00
tobspr_shapez.io/.prettierrc.yaml
2020-05-09 16:45:23 +02:00

12 lines
209 B
YAML

# .prettierrc or .prettierrc.yaml
trailingComma: "es5"
tabWidth: 4
semi: true
singleQuote: false
printWidth: 110
useTabs: false
quoteProps: "consistent"
bracketSpacing: true
arrowParens: avoid
endOfLine: "lf"