prettier/tests/yaml_flow_sequence
Ika 10df246772
feat(yaml): do not put singleline values on a separate line from the key (#4916)
Only apply to `alias` and `plain`/`quoteSingle`/`quoteDouble` with

- no backslash newline
- or no literal newline and `proseWrap: preserve`
- or no newline and `proseWrap: never`
- or no whitespace and `proseWrap: always`

in mapping items with implicit key, otherwise it's impossible to do prose wrapping.
2018-08-02 00:15:33 +08:00
..
__snapshots__ feat(yaml): do not put singleline values on a separate line from the key (#4916) 2018-08-02 00:15:33 +08:00
alias-key.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
array-key-array-value.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
array-key.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
array-plain.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
array-value.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
comment-between.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
comment-trailing.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
empty-item-colon.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
empty-line-collapse.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
empty-line.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
empty.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
jsfmt.spec.js feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
long-key-long-value.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
long-key.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
long-plain.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
long-value.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
middle-comment.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
middle-comments.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
next-empty-line.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
props-in-map.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
props.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
short-key-short-value.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
short-key.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
short-plain.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00
short-value.yml feat: support YAML (#4563) 2018-06-21 10:29:42 +08:00