I installed visual studio 2017 professional and I have indent problem.
when I'm typing
void function(0, 0,
1, 2);
and it's ok, but when I'm typing additional ( symbol I have this indent problem
void function(0, 0,
(float)1, 2);
I changed setting inside Tools->Options->Text Editor->C/C++->Formatting->Indentation but can't get same indentation with additional '(' symbol.