kibana/.prettierrc
Tim Roes de3e5b5cb6
Increase prettier line width to 100 (#20535) (#20596)
* 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-11 00:41:00 +02:00

6 lines
73 B
Plaintext

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