Skip to content

Align the attributes of HTML tags #12

@tossnet

Description

@tossnet

To improve the reading of Razor pages, it is clearer to align with a line break the attributes of components or HTML tags

❌ :
<MudTextField T="string" MaxLength="200" @bind-Value="demoAccount.Email" InputType="InputType.Email" Label="Email" Margin="Margin.Dense" autocomplete="off" />

<MudTextField T="string" 
              MaxLength="200" 
              @bind-Value="demoAccount.Email" 
              InputType="InputType.Email" 
              Label="Email" 
              Margin="Margin.Dense" 
              autocomplete="off"  />

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions