mirror of
https://github.com/enso-org/enso.git
synced 2024-12-25 03:22:43 +03:00
16 lines
258 B
YAML
16 lines
258 B
YAML
|
overrides:
|
||
|
|
||
|
- files: "*.js"
|
||
|
options:
|
||
|
printWidth: 100
|
||
|
tabWidth: 4
|
||
|
semi: false
|
||
|
singleQuote: true
|
||
|
trailingComma: "es5"
|
||
|
arrowParens: "avoid"
|
||
|
|
||
|
- files: "*.md"
|
||
|
options:
|
||
|
printWidth: 80
|
||
|
proseWrap: "always"
|