2022-05-06 20:29:27 +08:00
|
|
|
root = true
|
2021-05-28 19:06:09 +08:00
|
|
|
|
2022-05-06 20:29:27 +08:00
|
|
|
[*]
|
|
|
|
|
charset = utf-8
|
|
|
|
|
end_of_line = crlf
|
|
|
|
|
indent_size = 4
|
|
|
|
|
indent_style = space
|
|
|
|
|
tab_width = 4
|
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
insert_final_newline = true
|
2021-11-09 15:23:23 +08:00
|
|
|
|
2022-05-06 20:29:27 +08:00
|
|
|
[*.cs]
|
|
|
|
|
dotnet_diagnostic.CS1570.severity = none
|
|
|
|
|
dotnet_diagnostic.CS1591.severity = suggestion
|