Tagged Questions
2
votes
1answer
380 views
Is there a code formatter/beautifier usable from Netbeans
The code formatting option that Netbeans has is not customizable enough for C/C++. For example it has options to add spaces to binary operators, but I cannot specify which. So putting it ON results ...
2
votes
3answers
334 views
kdiff3 preprocessor: normalize code formatting
I want to compare side by side some C files with kdiff3 (the tool is what matters the less), but some parts have been "reformatted" in one of the files, thus giving false positives in the differences.
...
2
votes
4answers
1k views
C to C translator / C-code cleanup tool
I wonder if there exist some free software that let me pass a C file and it outputs a more structured C-file.
I'm dealing with a short piece of C-Code that has been written long ago. I'd like to ...
1
vote
6answers
1k views
Code formatter / beautifier for C on Linux for Emacs user
I'm a Linux user looking for a code beautifier which will take files containing C code and format them to specification. Specifically, I'm looking to:
Change all indentations to be 8 spaces
Format ...