cljfmt icon indicating copy to clipboard operation
cljfmt copied to clipboard

Ignore existing whitespace format errors

Open ianconsolata opened this issue 8 years ago • 1 comments

We have a very large contingent of engineers in our company who don't want a single large whitespace commit because it obscures the git history. But we would like to enforce style guidelines going forward. Rubocop (https://github.com/bbatsov/rubocop) allows you to generate an excludes file based on the current state of the codebase. Is it possible to do the same with cljfmt?

ianconsolata avatar Oct 07 '16 00:10 ianconsolata

Not currently, but I'd accept a PR to that effect.

weavejester avatar Oct 07 '16 00:10 weavejester