>>>>> "Basile" == Basile STARYNKEVITCH <bas...@starynkevitch.net> writes:
Basile> Of course, not every one has it (notably those working on non-linux Basile> systems), but for those who have it, requiring that every C file Basile> inside GCC has been automatically indented with GNU indent could Basile> help. I looked at this once. GNU indent doesn't have all the features needed to make it correctly support the GCC coding style. I filed a bunch of GNU indent bug reports, but AFAIK none of them has ever been fixed. You could still do this if you didn't mind a coding style change at the same time. And of course, this will only help the .c and .h files, not everything else. Tom