You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer / contributor, I want an IDE agnostic way to configure coding style settings, so that editor settings can be directly applied across various IDEs.
(!) Please note that this story may conflict with #319. If we decide to use the google-java-format plugin instead of configuration, this story will be obsolete.
Hints / Details
While .editorconfig is not an official standard in the sense of being ratified by a standards organization, the .editorconfig file format has gained widespread adoption and serves as a de facto standard for configuring coding styles across different development environments.
As a developer / contributor,
I want an IDE agnostic way to configure coding style settings,
so that editor settings can be directly applied across various IDEs.
(!) Please note that this story may conflict with #319. If we decide to use the google-java-format plugin instead of configuration, this story will be obsolete.
Hints / Details
While .editorconfig is not an official standard in the sense of being ratified by a standards organization, the .editorconfig file format has gained widespread adoption and serves as a de facto standard for configuring coding styles across different development environments.
Currently we use the following IDE specific code style settings:
https://github.com/eclipse-tractusx/item-relationship-service/tree/main/.idea/codeStyles
Outcome / Acceptance Criteria
Outcome
Acceptance Criteria
If evaluation successful:
The text was updated successfully, but these errors were encountered: