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'm opening another issue for #555, it's still broken with 0.37.0.
IntelliJ still inserts a space changing [*.{kt,kts}] to [*.{kt, kts}]. I think this might actually be an IntelliJ bug since in this issue somebody pointed out that kt, kts is semantically different from kt,kts.
I'm opening another issue for #555, it's still broken with 0.37.0.
IntelliJ still inserts a space changing
[*.{kt,kts}]
to[*.{kt, kts}]
. I think this might actually be an IntelliJ bug since in this issue somebody pointed out thatkt, kts
is semantically different fromkt,kts
.I have opened an IntelliJ YouTrack issue.
A possible workaround is to go to Preferences > Editor > Code Style > EditorConfig > Spaces and unset the
After comma
option.The text was updated successfully, but these errors were encountered: