提交 761bbcc2 编写于 作者: K Kasey Uhlenhuth

Removed csharp_style_var_for_locals

上级 e1af3ee8
......@@ -46,7 +46,6 @@ dotnet_style_null_propagation = true:suggestion
# CSharp code style settings:
[*.cs]
# Prefer "var" everywhere
csharp_style_var_for_locals = true:suggestion
csharp_style_var_for_built_in_types = true:suggestion
csharp_style_var_when_type_is_apparent = true:suggestion
csharp_style_var_elsewhere = true:suggestion
......
# Project-specific CSharp settings:
# Project-specific settings:
# CSharp code style settings:
[*.cs]
# Avoid "var"
csharp_style_var_for_locals = false:none
csharp_style_var_for_built_in_types = false:none
csharp_style_var_when_type_is_apparent = false:none
csharp_style_var_elsewhere = false:none
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册