You can import and export cleaning as an xml file in Preferences->Java->Code Style->Clean Up .
I want these settings to be applied to the code every time a file is saved.
Unfortunately, when I go to Preferences->Java->Editor->Save Actions , I donโt have the ability to import and export cleaning settings (even if I have the option to manually configure them). Is there a way to import and export these settings?
Explanation: My goal is to create a โClearโ option that I can share with my team members so that if any of us save the file, these cleanup options will be automatically applied to the code.
I am using Eclipse 4.3 Kepler.
source share