kibana/.prettierrc
Tim Roes cb5ee01c6a
Increase prettier line width to 100 (#20535)
* Increase prettier line width to 100

* Fix packages JS prettier

* Change style guide to 100 width

* Fix line-width in latest master changes
2018-07-09 22:50:37 +02:00

6 lines
73 B
Plaintext

{
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 100
}