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
Similar to issue #195
Combination approval inputs have a trailing space character. I don't know why the issue was closed since the problem persists. I am running Intellij 2024.1 on a M1 macbook.
The text was updated successfully, but these errors were encountered:
I fixed it by changing the Intellij settings to stop removing trailing whitespaces on save. Settings -> Editor -> General -> On Save -> Uncheck "Remove trailing spaces on: "
I had the same problem. The described workaround didn't fix it. In addition, I had to edit the .editorconfig:
trim_trailing_whitespace = false. I am running IntelliJ 2024.1.1 on an M1 Macbook.
Similar to issue #195
Combination approval inputs have a trailing space character. I don't know why the issue was closed since the problem persists. I am running Intellij 2024.1 on a M1 macbook.
The text was updated successfully, but these errors were encountered: