IntelliTect / IntelliTect/CodingGuidelines

INTL0101 Flag Attribute if anything is on same line

Open
#36 3 comments 0 reactions 1 assignee Claimed by @Keboo View on GitHub
enhancement
Dominant language
C#
Stars
12
Forks
16
Avg merge
2m
Merged PRs (30d)
7

Description

```
public enum Foo
{
[A]Bar
}
```
should be
```
public enum Foo
{
[A]
Bar
}
```

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.