Show HN: Flint – Write code your way while ensuring remote consistency

github.com

12 points by mho22 4 days ago

I just released my biggest project yet: Flint, a language-agnostic Git wrapper that lets developers code using their own formatting preferences locally, while automatically enforcing the project's style on push.

No more fighting over tabs vs spaces or dealing with noisy diffs.

GitHub: https://github.com/capsulescodes/flint Documentation: https://flintable.com/docs/flint/ Article: https://capsules.codes/en/blog/flintable/en-flintable-introd...

krapht 11 hours ago

What's the difference between this and registering pre and post commit hooks?