I found that Stylua honors a .styluaignore file, but it would be much more useful to my projects if it would just ignore everything in .gitignore. Ruff and some other formatters do this and it makes it easy to avoid modifying vendored or generated code.
I found that Stylua honors a
.styluaignorefile, but it would be much more useful to my projects if it would just ignore everything in.gitignore. Ruff and some other formatters do this and it makes it easy to avoid modifying vendored or generated code.