Matthias Gehre

Results 11 comments of Matthias Gehre

Hey, thanks for looking into it. I use [pre-commit](https://pre-commit.com/) which checks/formats files. My flow is like ``` echo "extra lines" > existing.file git add existing.file git fixup # pre-commit checks...