mirror of
https://gitee.com/dotnetchina/MiniExcel.git
synced 2024-11-29 18:38:08 +08:00
16 lines
474 B
INI
16 lines
474 B
INI
|
[*.{cs,vb}]
|
||
|
|
||
|
# IDE0009: Member access should be qualified.
|
||
|
dotnet_style_qualification_for_event = false
|
||
|
|
||
|
# IDE0009: Member access should be qualified.
|
||
|
dotnet_style_qualification_for_field = false
|
||
|
|
||
|
# IDE0009: Member access should be qualified.
|
||
|
dotnet_style_qualification_for_property = false
|
||
|
|
||
|
# IDE0009: Member access should be qualified.
|
||
|
dotnet_style_qualification_for_method = false
|
||
|
|
||
|
# IDE0065: Misplaced using directive
|
||
|
csharp_using_directive_placement = outside_namespace
|