Request: controlling pre-commit
tab size (2 spaces vs 4 spaces)
#620
Labels
enhancement
New feature or request
pre-commit
tab size (2 spaces vs 4 spaces)
#620
Problem
I have
prettier
run on all files with.prettierrc.toml
oftabWidth = 4
, to match PEP 8 spacing in all files (YAML, JSON, etc.).This conflicts with
nitpick
's edits to.pre-commit-config.yaml
, becausenitpick
uses 2 spaces.Possible solution
Exposing a new configuration parameter
tab-width
to enable compatibility with my prior config.The text was updated successfully, but these errors were encountered: