This question is an extension of previous posts such as:
I would like to customize the settings which are used to format XML files in Android projects. I found the following basic option in the preferences of Eclipse IDE.
Eclipse format XML using the standard Android XML style rather than the configured Eclipse XML style.
I want every XML file to end with a line break but I cannot configure this here.
Eclipse IDE allows to configure this setting for Java files. The option "New Lines ... at end of file" can be enabled in Eclipse IDE Preferences / Java / Code Style / Formatter
as shown in the screenshot below.
It would be great if there is a configuration file such as for Java settings which can be exchanged by members of a team and put under version control.