It would be nice if the formatter can be configured to stop looking for config files when reached a Git root (e.g. git rev-parse --show-toplevel) this will be useful such that when inside a lua repo and inside submodule, we stop at first .stylelua file, somehow it does not stop and merges? with the config file in the main repo, which contains the submodule...
It would be nice if the formatter can be configured to stop looking for config files when reached a Git root (e.g.
git rev-parse --show-toplevel) this will be useful such that when inside a lua repo and inside submodule, we stop at first.styleluafile, somehow it does not stop and merges? with the config file in the main repo, which contains the submodule...