# Disable nullability warnings
# dotnet_diagnostic.CS8600.severity = none
# dotnet_diagnostic.CS8603.severity = none
# dotnet_diagnostic.CS8619.severity = none

# Disable warning about inconsistent naming
dotnet_diagnostic.IDE1006.severity = none

# Verify settings
[*.{received,verified}.{txt,xml,json}]
charset = "utf-8-bom"
end_of_line = lf
indent_size = unset
indent_style = unset
insert_final_newline = false
tab_width = unset
trim_trailing_whitespace = false

dotnet_style_namespace_match_folder = false
dotnet_naming_rule.types_should_be_pascal_case.severity = none

resharper_inconsistent_naming_highlighting = none;