-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure the same automatical xml formatting for at least eclipse #1021
Comments
I think the automation was the problem here, right? You can always manually set up the same options in the XML > XML Files > Editor preferences. |
At least shipping this preferences to ensure all are using the same formatting configs if manually formatting xml. Then, eclipse can be configured to "automatically format when saving". |
We should go like metafacture, using .editorconfig. See metafacture/metafacture-core#388. |
@dr0i still relevant? |
Yes, java source code is missing, also xml I think. |
The howto of formatting of the xml is still a think to do.
As a starter, shipping an xml-formatter for only one IDE, eclipse, should be doable.
The text was updated successfully, but these errors were encountered: