Hacker News new | ask | show | jobs
Show HN: GNU Indent – CLI code formatting (gnu.org)
5 points by Bambo 1349 days ago
1 comments

The latest code commit is from ultimo 2018. Is GNU indent still being actively maintained? Or is it “finished”?

Do we have other options for formatting of C code?

I'm not sure if it is actively maintained, but another option for formatting C code is https://clang.llvm.org/docs/ClangFormat.html
Ah, thanks!!