This commit is contained in:
Nathan Kolbas 2025-04-18 17:20:50 +02:00 committed by GitHub
commit 8b700dbe89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -177,7 +177,8 @@ bar:
<<: *base # base anchor will be merged
age: 20
# foo name won't be changed and it will be: John. On the other hand, bar's name will be changed to the base one: Everyone has same name
# foo name won't be changed and it will be: John. On the other hand,
# bar's name will be changed to the base one: Everyone has same name
# YAML also has tags, which you can use to explicitly declare types.
# Syntax: !![typeName] [value]