▲ | craftkiller 3 days ago | |||||||
> Sometimes I'll get a pull request with like 2 lines of change and 120 lines of some reformating tool. The reformatting tools should be CI-enforced so you'll only end up with sudden massive changes like this once when you start using auto-formatters. Regardless, tell your teammates to separate out formatting changes vs logic changes into separate commits (preferably separate PRs). Since they're auto-formatters it wouldn't even be any additional work, just:
| ||||||||
▲ | shepherdjerred 3 days ago | parent [-] | |||||||
And then setup git-ignore-revs | ||||||||
|