mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-06 02:03:24 +08:00
now assumes yaml idiomatic formatting when adding to empty maps/arrays
This commit is contained in:
@@ -135,7 +135,9 @@ a:
|
||||
b:
|
||||
- dog
|
||||
- mouse
|
||||
a3: {b: [mouse]}
|
||||
a3:
|
||||
b:
|
||||
- mouse
|
||||
```
|
||||
|
||||
## String concatenation
|
||||
|
||||
Reference in New Issue
Block a user