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)
Please sign in to leave a comment.