mirror of https://github.com/SixLabors/ImageSharp
4 changed files with 32 additions and 2 deletions
@ -1,3 +1,16 @@ |
|||||
|
# top-most EditorConfig file |
||||
|
root = true |
||||
|
|
||||
[*.cs] |
[*.cs] |
||||
indent_style = space |
indent_style = space |
||||
indent_size = 4 |
indent_size = 4 |
||||
|
csharp_style_var_for_built_in_types = false:warning |
||||
|
csharp_style_var_elsewhere = false:warning |
||||
|
csharp_style_var_when_type_is_apparent = false:warning |
||||
|
end_of_line = crlf |
||||
|
dotnet_sort_system_directives_first = true |
||||
|
dotnet_style_predefined_type_for_locals_parameters_members = true:warning |
||||
|
dotnet_style_predefined_type_for_member_access = true:warning |
||||
|
dotnet_style_qualification_for_field = true:warning |
||||
|
dotnet_style_qualification_for_method = true:warning |
||||
|
dotnet_style_qualification_for_property = true:warning |
||||
@ -1,7 +1,8 @@ |
|||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||
<RuleSet Name="ImageSharp" ToolsVersion="14.0"> |
<RuleSet Name="ImageSharp" ToolsVersion="15.0"> |
||||
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers"> |
<Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers"> |
||||
|
<Rule Id="AD0001" Action="None" /> |
||||
<Rule Id="SA1405" Action="None" /> |
<Rule Id="SA1405" Action="None" /> |
||||
<Rule Id="SA1413" Action="None" /> |
<Rule Id="SA1413" Action="None" /> |
||||
</Rules> |
</Rules> |
||||
</RuleSet> |
</RuleSet> |
||||
Loading…
Reference in new issue