Skip to content

Instantly share code, notes, and snippets.

@taichi-ishitani
Created August 21, 2019 03:32
Show Gist options
  • Save taichi-ishitani/58483095a89caa79c8770cfd252e095d to your computer and use it in GitHub Desktop.
Save taichi-ishitani/58483095a89caa79c8770cfd252e095d to your computer and use it in GitHub Desktop.
[YAML] マッピングのマージ
# { foo: 1, bar:2, baz: 3 } になる
<<:
- { foo: 1, bar: 2 }
- baz: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment