Is your feature request related to a problem? Please describe.
It would be nice, when running treefmt --stdin to be able to exclude a formatter. In my case I want to exclude deadnix as I'm used to saving files aggressively (I use format on save) and deadnix keeps deleting my code.
Describe the solution you'd like
Add a --exclude-formatters flag, which is mutually exclusive with --formatters and allows me to specify which formatters to exclude.
Describe alternatives you've considered
Manually querying the list of formatters and excluding in a the eval block of .dir-locals.el.
Additional context
Is your feature request related to a problem? Please describe.
It would be nice, when running
treefmt --stdinto be able to exclude a formatter. In my case I want to excludedeadnixas I'm used to saving files aggressively (I use format on save) and deadnix keeps deleting my code.Describe the solution you'd like
Add a
--exclude-formattersflag, which is mutually exclusive with--formattersand allows me to specify which formatters to exclude.Describe alternatives you've considered
Manually querying the list of formatters and excluding in a the eval block of
.dir-locals.el.Additional context