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
docs(config-include): prepare for doc stabilization (#16301)
### What does this PR try to resolve?
Discussed in 2025-11-25 t-cargo meeting.
We prefer inline tables over array of tables for `include`.
* `include` is special and should appear early in config files,
before other configuration keys
* Array-of-tables syntax allows interleaving with other config,
which creates confusion about merge order and precedence
* Inline tables keep all `include` declarations together at the top,
making the load order behavior clearer
Part of #7723 and #16284
### How to test and review this PR?
0 commit comments