treefmt
ignores files which are untracked but not gitignored
#557
Labels
bug
Something isn't working
treefmt
ignores files which are untracked but not gitignored
#557
Describe the bug
If you have a file which is not yet tracked by git, but which is not gitignored, then
treefmt
does not format it (because it doesn't show up ingit ls-files
).I think this could be fixed by passing
-o
togit ls-files
.To Reproduce
Steps to reproduce the behavior:
git add
ittreefmt
Expected behavior
I would expect it to be formatted.
The text was updated successfully, but these errors were encountered: