I am using Eclipse 4.6.3 and I want to run the auto formatter on an existing C project.
Apparently, this works for java: How to format all Java files in an Eclipse project at one time?
When I select single/multiple *.c/*.h
source files explicitly and run "Source->Format", auto formatter works correctly. However, when I run "Source->Format" on the root directory, then only xml files in this directory are being auto formatted.
Are there any settings that allow me to run the autobuilder on every *.c/*.h
file in my project?