mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-04-04 23:39:29 +08:00
15 lines
259 B
INI
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
|