Skip to content

Align the attributes of HTML tags #12

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"  />

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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