5 lines
99 B
INI
5 lines
99 B
INI
|
|
[*.{cs,vb}]
|
||
|
|
|
||
|
|
# IDE0028: 简化集合初始化
|
||
|
|
dotnet_style_collection_initializer = true:silent
|