-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
a-kenji
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request