lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Actually, speaking of that... I remember a utility from years ago that would
> reformat the source code for C, it had a *ton* of options to control every
> possible code formatting scenario (placement of braces, etc). I can't for
> the life of me remember what the program was called... anyone know?

Once upon a time there was cb (= C beautifier) but I think you mean indent:
	https://www.gnu.org/software/indent/

See also
	https://stackoverflow.com/questions/411249/coding-style-checker-for-c