You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support including TOML config files via an include key
Config files can now reference other TOML files via a root-level
`include` array. Included files are deep-merged before the
including file's own content, with paths resolved relative to
the including file's directory. Cycle detection prevents infinite
recursion. Both `config.toml` and `config.{name}.toml` override
files support this mechanism.
Signed-off-by: Gaëtan Lehmann <gaetan.lehmann@vates.tech>
0 commit comments