Skip to content

Instantly share code, notes, and snippets.

@coorasse
Created June 27, 2018 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coorasse/99bcef8cfaaaeae3680913006248221a to your computer and use it in GitHub Desktop.
Save coorasse/99bcef8cfaaaeae3680913006248221a to your computer and use it in GitHub Desktop.
yml inheritance example
de:
default: &default
one: 1
two: 2
mama:
<<: *default
papa:
<<: *papa
# phraseapp
# --------->
de:
default:
one: 1
two: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment