mirror of
https://github.com/enso-org/enso.git
synced 2024-11-26 08:52:58 +03:00
17 lines
285 B
YAML
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"
|