Why is reformat code suddenly removing spaces?
Answered
It worked well before, adding per coding guidelines to my files spaces, indents, and helping me out...
Now it's removing spaces so
} else {
looks like
}else{
I never changed the settings :(
Please sign in to leave a comment.
It could be you've installed some third-party formatting plug-in or enabled .editroconfig.
If it's not the case, please contact support at https://intellij-support.jetbrains.com/hc/requests/new and attach the sample project with your code style embedded. Also attach the logs: Help | Compress Logs and Show in ...