# 若要了解有关 .editorconfig 的详细信息，请参阅 https://aka.ms/editorconfigdocs
root = true

# All files
[*]
indent_style = space
dotnet_diagnostic.CA1416.severity = none

# Xml files
[*.xml]
indent_size = 2
