Open
Description
Is your feature request related to a problem? Please describe.
currently, config
type seems to only apply to individual files and according to schema cannot be used in addition to the tree
type.
Describe the solution you'd like
the solution would be to introduce a new type config|tree
which would combine the behaviour of each type: reproduce the tree structure and mark each files found as configuration file
Describe alternatives you've considered
the only alternative is to do this manually and reference every file as "config".
Search
- I did search for other open and closed issues before opening this.
Code of Conduct
- I agree to follow this project's Code of Conduct
Additional context
No response