Align Paramters also on Keywords like this or out

Is it possible to configure the parameter alignment so that it is aligned at [Keyword][Type][Name]?

eg

Method(this int    age,
string name)

 instead of

Method(this int age,
string name)

 

 

1

Please sign in to leave a comment.