Generating a config file for the Formatter Application
Generating a config file for the Formatter Application involves modifying the code formatter settings
for a Java Project and copying org.eclipse.jdt.core.prefs out of the .settings directory for that project.
-
Select a java project, open the pop-up menu and choose Properties.
-
Select the Code Style > Formatter page and check Enable project specific sttings.
-
Select or edit a profile as explained above.
-
Click OK when you are done.
-
Use either a file manager or the command line to copy
workspace/YourJavaProject/.settings/org.eclipse.jdt.core.prefs
to a new location.
Code Formatter