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
I was preparing a contribution for LayoutMetaDataService.java in https://github.com/eclipse-elk/elk/pull/1109/files using IntelliJ, and I found that my IDE stripped a lot of blanks at the end of the line.
Expected behavior
No blank at the end of the line, or a configuration that prevents my IDE to remove them.
Additional context
Something line this can be configured on a per-project specific setting via an .editorconfig. I'll suggest one that worked for me in a PR shortly.
The text was updated successfully, but these errors were encountered:
Ask your questions
I was preparing a contribution for LayoutMetaDataService.java in https://github.com/eclipse-elk/elk/pull/1109/files using IntelliJ, and I found that my IDE stripped a lot of blanks at the end of the line.
Expected behavior
No blank at the end of the line, or a configuration that prevents my IDE to remove them.
Additional context
Something line this can be configured on a per-project specific setting via an
.editorconfig
. I'll suggest one that worked for me in a PR shortly.The text was updated successfully, but these errors were encountered: