Skip to content

Commit

Permalink
Fixed var styles
Browse files Browse the repository at this point in the history
  • Loading branch information
valdisiljuconoks committed Jul 23, 2017
1 parent 474cd42 commit a16c8c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Expand Up @@ -39,9 +39,9 @@ dotnet_style_qualification_for_method = false:suggestion
dotnet_style_qualification_for_event = false:suggestion

# only use var when it's obvious what the variable type is
csharp_style_var_for_built_in_types = false:none
csharp_style_var_when_type_is_apparent = false:none
csharp_style_var_elsewhere = false: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

# use language keywords instead of BCL types
dotnet_style_predefined_type_for_locals_parameters_members = true:suggestion
Expand Down

0 comments on commit a16c8c1

Please sign in to comment.