root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.{cs,js,ts,sql}]
indent_size = 4
end_of_line = crlf

[*.cs]
# The conflicting classes provided in this assembly are essentially polyfills
# of .NET Core features to allow running on .NET Framework.
dotnet_diagnostic.cs0436.severity = none
