Run no formatter by default #450
Labels
enhancement
New feature or request
many-formatters
Support for multiple code formatters and skipping formatting
Milestone
Is your feature request related to a problem? Please describe.
Darker has become a versatile tool for running reformatters, linters and other code inspection/modification tools. For use cases where reformatting with Black isn't desired, and for consistency and symmetry, Black should be enabled only by a configuration / command line option just like other supported tools.
Describe the solution you'd like
If no configuration or command line option for disabling/enabling Black is provided, Black should not be run. In other words,
/black = false
OR--no-black
OR--format=none
--formatter=none
should be the default.Describe alternatives you've considered
Keep Darker as is and add another command line tool which invokes the same code but with different defaults.
Additional context
See
--black
/--no-black
options #449The text was updated successfully, but these errors were encountered: