Hacker News new | ask | show | jobs
by kseistrup 1349 days ago
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?

1 comments

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!!