root = true

[*]
end_of_line = lf
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
dotnet_diagnostic.CA2007.severity = warning

[*.md]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false

[{*.props,*.targets,*.*proj,*.slnx}]
indent_style = space
indent_size = 2
insert_final_newline = false

[packages.lock.json]
end_of_line = unset
indent_style = unset
insert_final_newline = unset
charset = unset
