If I have a variable at a class and format my document then attributes at the variable are not lined out properly
if got this:
C#public class Company : BaseObject
{
public const String ClassDefaultProperty = nameof(FullCompanyName);
public const String ClassDisplayName = "Company";
public const String ClassImageName = "school";
[Persistent("CompanyRegistrationId")]
private String fCompanyRegistrationId;
}
instead of this:
C#public class Company : BaseObject
{
public const String ClassDefaultProperty = nameof(FullCompanyName);
public const String ClassDisplayName = "Company";
public const String ClassImageName = "school";
[Persistent("CompanyRegistrationId")]
private String fCompanyRegistrationId;
}
Properties, methods and others are fine.
any idea which setting this can cause in coderush
Hello,
Thank you for contacting us and providing the code samples.
I have reproduced this issue. We will fix it and notify you as soon as we have any results.