Skip to content

Align Equals on Variable Assignment statements #29

@GersonDias

Description

@GersonDias

When I have:

var var1 = 2;
var longNameVar = 4;

I wanna fix to:

var var1        = 2;
var longNameVar = 4;

to improve readability.

This is a Hidden diagnostic.
Diagnostic Id is: CC0041
Category is: Style.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions