DotNetCore.SKIT.FlurlHttpCl.../.editorconfig
2022-05-06 20:44:39 +08:00

15 lines
259 B
INI

root = true
[*]
charset = utf-8
end_of_line = crlf
indent_size = 4
indent_style = space
tab_width = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.cs]
dotnet_diagnostic.CS1570.severity = none
dotnet_diagnostic.CS1591.severity = suggestion