No doubt this one has been covered. I can't figure out to console my OCD tendencies for comments to be indented correctly.
Please find attached an example of the format of code regions in a custom LPT template
I've fixed the first class here and left the second as it comes out of the code generator.
public partial class BaseCurrencyEntityDto : BaseDto
{
}
public partial class ClassificationEntityDto : BaseDto
{
}
Template code which produces that indent for the second partial class
<%=DotNetTemplateEngine.GetUserCodeRegion(entityName + "CustomCode", "//")%>
Any tips would be appreciated. Thank you.