mirror of
https://github.com/enso-org/enso.git
synced 2024-11-05 03:59:38 +03:00
0aa7d7ee4d
* Fix prettier config; run prettier * add workaround for double re-render * add missing fixme --------- Co-authored-by: Paweł Buchowski <pawel.buchowski@enso.org> Co-authored-by: Nikita Pekin <nikita@frecency.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
19 lines
329 B
YAML
19 lines
329 B
YAML
overrides:
|
|
- files:
|
|
- "*.[j|t]s"
|
|
- "*.[j|t]sx"
|
|
- "*.m[j|t]s"
|
|
- "*.c[j|t]s"
|
|
options:
|
|
printWidth: 100
|
|
tabWidth: 4
|
|
semi: false
|
|
singleQuote: true
|
|
trailingComma: "es5"
|
|
arrowParens: "avoid"
|
|
|
|
- files: "*.md"
|
|
options:
|
|
printWidth: 80
|
|
proseWrap: "always"
|