Resharper formatting issue: if() statement in VS2022 C++ code

22 Views Asked by At

I'm working on vs2022 with resharper. And there is a problem with me editing the if() in a {}.

float example (){
if()
}

the moment i tapped the () after if, resharper format the code like this:

float example (){ if () }

How can i disable this auto-formatting, I just can't the proper settings. It's grateful if someone can help.

I look through the document, but failed to find a proper setting.

0

There are 0 best solutions below