So, we are integrating another project in our code base. It does not follow our formatting rules. I have auto-formatting upon save configured. So, I could go to each file and save it again but is there a way to script Eclipse so that it applies formatting rules to every single file in my workspace?
Share
Try
Source -> Clean up...,Use custom profile -> Configure.... it has more powerful options there.