deiko-config
deiko-config copied to clipboard
Prevent cyclic property declaration
Definition like this should be prohibited
foo = ${bar}
bar = ${foo}