Live data from Hacker News

Show HN: GNU Indent – CLI code formatting

gnu.org

1–4 of 4 posts

Re: Show HN: GNU Indent – CLI code formatting

#3

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

Re: Show HN: GNU Indent – CLI code formatting

#4
post #3

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