chore: clean up and simplify .editorconfig a bit

This commit is contained in:
Christopher Willis-Ford 2023-02-15 12:21:00 -08:00
parent 135840461f
commit a090b3a080

View file

@ -7,21 +7,22 @@ charset = utf-8
indent_size = 4
trim_trailing_whitespace = true
[*.{cs,csproj,sln,xaml}]
[*.{appxmanifest,csproj,props,sln,targets,wapproj,xaml}]
charset = utf-8-bom
indent_size = 2
indent_style = space
end_of_line = crlf
[*.cs]
charset = utf-8-bom
indent_style = space
end_of_line = crlf
csharp_using_directive_placement = inside_namespace
dotnet_style_qualification_for_event = true
dotnet_style_qualification_for_field = true
dotnet_style_qualification_for_method = true
dotnet_style_qualification_for_property = true
[*.{csproj,props,targets,wapproj}]
indent_size = 2
indent_style = space
[*.{html,md}]
indent_style = space