We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to allow "Eclipse workspace/project folder or config file" to allow a JAR file. Something like:
~/.m2/repository/org/example/ide-config/1.0.0.Final/idea-config-1.0.0.Final.jar!settings/eclipse-formatter.xml
It looks possible given it just loads the file into properties. I just couldn't quite figure out how to test it with the latest release of IDEA.
The text was updated successfully, but these errors were encountered:
The formatting file is often bundled into a JAR for use by formatter-maven-plugin, i.e. https://code.revelc.net/formatter-maven-plugin/examples.html#custom-configuration-file
Would be handy if this plugin could handle a URI
Sorry, something went wrong.
No branches or pull requests
It would be nice to allow "Eclipse workspace/project folder or config file" to allow a JAR file. Something like:
It looks possible given it just loads the file into properties. I just couldn't quite figure out how to test it with the latest release of IDEA.
The text was updated successfully, but these errors were encountered: