Why is reformat code suddenly removing spaces?

已回答

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 :( 

 

 

0

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 ...

0

请先登录再写评论。