Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Those two are equivalent
- # This :
- section:
- a:
- key: value
- key2: value2
- b:
- key: value
- key2: value2
- # And this :
- section:
- - key: value
- key2: value2
- - key: value
- key2: value2
- # Also works without spaces to make it more compact :
- section:
- - key: value
- key2: value2
- - key: value
- key2: value2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement