提交 369ece9f 编写于 作者: S Sam Harwell

Share diagnostic severity configuration for C# and VB

上级 bce9312e
......@@ -3,14 +3,14 @@
# Local functions are camelCase
dotnet_naming_style.local_function_style.capitalization = camel_case
# CSharp code style settings:
[*.cs]
csharp_style_var_for_built_in_types = false:none
csharp_style_var_when_type_is_apparent = true:none
csharp_style_var_elsewhere = false:none
# RS0100: Statements must be placed on their own line
dotnet_diagnostic.RS0100.severity = none
# RS0102: Braces must not have blank lines between them
dotnet_diagnostic.RS0102.severity = none
# CSharp code style settings:
[*.cs]
csharp_style_var_for_built_in_types = false:none
csharp_style_var_when_type_is_apparent = true:none
csharp_style_var_elsewhere = false:none
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册