Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: GNU Indent – CLI code formatting
(
gnu.org
)
5 points
by
Bambo
1349 days ago
1 comments
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?
link
Bambo
1349 days ago
I'm not sure if it is actively maintained, but another option for formatting C code is
https://clang.llvm.org/docs/ClangFormat.html
link
kseistrup
1349 days ago
Ah, thanks!!
link
Do we have other options for formatting of C code?