Hacker News new | ask | show | jobs
by kbeckmann 3029 days ago
I miss this. I'm working with embedded C and we always end up nitpicking formatting in review. Using checkpatch helps, but is there something like Prettier for C? I'm aware of the tool called indent but it seems a bit arcane.
2 comments

None that I know of
clang-fmt?
Thanks, didn’t know about this tool.