-
Notifications
You must be signed in to change notification settings - Fork 65
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
chore: add formatter config to repo #6700
Conversation
Quality Gate passedIssues Measures |
@@ -450,7 +450,7 @@ | |||
<configuration> | |||
<java> | |||
<eclipse> | |||
<file>https://raw.githubusercontent.com/vaadin/flow/main/eclipse/VaadinJavaConventions.xml</file> | |||
<file>${maven.multiModuleProjectDirectory}/eclipse/VaadinJavaConventions.xml</file> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure to also include the .mvn file Artur has added.. it might sound "stupid" but it's really needed.. had to deal with it in the past in multiple occasions
Edit: nvm this repo already has this folder 👍
Co-authored-by: Sascha Ißbrücker <[email protected]>
Co-authored-by: Sascha Ißbrücker <[email protected]>
Co-authored-by: Sascha Ißbrücker <[email protected]>
Currently we reference the formatter config from the Flow Github project. That has some downsides:
This adds a duplicate of the config to our repo so that we are not affected by changes in the Flow repo. We can try to sync. the configs from time to time.