Prettier 2.3.0
Playground link
--parser yaml
--print-width 20
--prose-wrap always
Input:
foo foo foo foo foo foo foo foo foo: bar
Output:
foo foo foo foo foo
foo foo foo foo: bar
Second Output:
SyntaxError: Implicit map keys need to be on a single line (1:1)
> 1 | foo foo foo foo foo
| ^^^^^^^^^^^^^^^^^^^
> 2 | foo foo foo foo: bar
| ^^^^^^^^^^^^^^^^
3 |
Expected behavior:
? foo foo foo foo
foo foo foo foo
foo
: bar
Prettier 2.3.0
Playground link
Input:
Output:
Second Output:
Expected behavior: