How to customize Android XML formatting options in Eclipse IDE?

This question is a continuation of previous posts such as:

I would like to customize the options that are used to format XML files in Android projects. I found the following basic option in the Eclipse IDE settings.

Eclipse XML format using standard Android XML style, not Eclipse customized XML style.

Eclipse IDE Preferences / Android / Editors

I want every XML file to end with a line break , but I cannot customize that here.

The Eclipse IDE allows you to configure this setting for Java files. The option "New lines ... at the end of the file" can be turned on Eclipse IDE Preferences / Java / Code Style / Formatter

as shown in the screenshot below.

Eclipse IDE Preferences / Java / Code Style / Formatter

It would be great if there was a config file , for example for Java settings, that can be exchanged by team members and installed under version control.

+3


source to share





All Articles