Page 1 of 1

Option to change generated code format?

Posted: Wed 22 Mar 2017 13:49
by RobertK
Without editing the template is there any way I could change the generated code format?

From this

Code: Select all

public virtual string Name
{
   get;
   set;
}
to this

Code: Select all

public virtual string Name{ get; set; }

Re: Option to change generated code format?

Posted: Thu 23 Mar 2017 18:27
by Shalex
You should edit a predefined template to change the generated code format.