Closed Mic92 closed 5 months ago
@Mic92 I don't know if you're trying to use V1 or V2, but at least for V2 HEAD
using settings.global.excludes
seems to work properly.
Yes. I merged the fix for HEAD today :) https://github.com/numtide/treefmt/pull/325
I am trying to exclude the sops directory like this:
But treefmt still tries to format files in the sops directory.
It works if use the same glob in
settings.formatter.deno.excludes
.