i have a code like this
void method1(param1
,param2
,param3){...}
but when i press ctrl+k , ctrl+d to reformat the class, it will be formatted as flow
void method1(param1
,
param2
,
param3){...}
i know that it will be fix if i put the comma after param Name but i really want it to be before param Name. how can i inform the auto format future of vs2010 to format my method as follow:
void method1(param1
,param2
,param3){...}
if you use resharper loot at here