-
Notifications
You must be signed in to change notification settings - Fork 492
Open
Labels
Description
Context :
I use the formatter-maven-plugin for global formating (old code, global formatting rule change, CI, etc.).
It can use an Eclipse formatter XML file.
The point is to use the same file with formatter-maven-plugin
and for java.format.settings.url
.
Problem :
I would like to be sure that the rules I use are the same and correctly interpreted by both formatter-maven-plugin
and for java.format.settings.url
.
formatter-maven-plugin
provides an Eclipse Version Compatibility table.
How can I identify the version used by "Language Support for Java" plugin ?