DotNetCore.SKIT.FlurlHttpCl.../.editorconfig

12 lines
314 B
INI
Raw Normal View History

2021-05-28 19:06:09 +08:00
[*.cs]
# CS1570: XML 注释出现 XML 格式错误
dotnet_diagnostic.CS1570.severity = none
2021-05-28 19:06:09 +08:00
# CS1591: 缺少对公共可见类型或成员的 XML 注释
dotnet_diagnostic.CS1591.severity = suggestion
# 新行首选项
csharp_new_line_before_open_brace =methods,types,control_blocks
insert_final_newline=true