Option to change generated code format?
Posted: Wed 22 Mar 2017 13:49
Without editing the template is there any way I could change the generated code format?
From this
to this
From this
Code: Select all
public virtual string Name
{
get;
set;
}
Code: Select all
public virtual string Name{ get; set; }