IntelliTect / IntelliTect/CodingGuidelines
INTL0101 Flag Attribute if anything is on same line
オープン
enhancement
- 主要言語
- C#
- スター
- 12
- フォーク
- 16
- 平均マージ
- 2分
- マージ済み PR(30日)
- 7
説明
```
public enum Foo
{
[A]Bar
}
```
should be
```
public enum Foo
{
[A]
Bar
}
```
Also consider
`[A]public void Bar() { }`
コントリビューションガイド
評価
この issue はまだ評価されていません。