Show HN: GNU Indent – CLI code formatting
1–4 of 4 posts
Re: Show HN: GNU Indent – CLI code formatting
#2The 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?
Re: Show HN: GNU Indent – CLI code formatting
#3The 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
#4The 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!!