Skip to content

INTL0101 Flag Attribute if anything is on same line #36

Open
@COsborn2

Description

@COsborn2
public enum Foo
{
    [A]Bar
}

should be

public enum Foo
{
    [A]
    Bar
}

Also consider
[A]public void Bar() { }

Metadata

Metadata

Assignees

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