root = true

[*]
end_of_line=crlf

[*.{xaml,xml,nuspec}]
indent_style=space
indent_size=4

[*.{md,yml}]
indent_style=space
indent_size=2

[*.{csproj,props,targets}]
indent_style=space
indent_size=2

# Code files
[*.{cs,vb}]
indent_style=space
indent_size=4

# Microsoft .NET properties
csharp_space_after_cast=false
