enso/.prettierrc.yaml
Michał Wawrzyniec Urbańczyk 14a01c4635
New IDE build script (#3466)
2022-05-23 04:16:04 +02:00

17 lines
285 B
YAML

overrides:
- files:
- "*.[j|t]s"
- "*.mjs"
options:
printWidth: 100
tabWidth: 4
semi: false
singleQuote: true
trailingComma: "es5"
arrowParens: "avoid"
- files: "*.md"
options:
printWidth: 80
proseWrap: "always"