Skip to content

Commit

Permalink
Touch-up on code style
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Aug 23, 2021
1 parent ff1f264 commit f90f494
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ csharp_indent_switch_labels = true
csharp_indent_labels = flush_left

# Prefer "var" everywhere
csharp_style_var_for_built_in_types = true:suggestion
csharp_style_var_for_built_in_types = false
csharp_style_var_when_type_is_apparent = true:suggestion
csharp_style_var_elsewhere = false:warning

Expand Down Expand Up @@ -167,5 +167,8 @@ dotnet_diagnostic.SA1130.severity = silent
# CA1508: Avoid dead conditional code
dotnet_diagnostic.CA1508.severity = warning

# IDE1006: Naming Styles - StyleCop handles these for us
dotnet_diagnostic.IDE1006.severity = none

[*.sln]
indent_style = tab

0 comments on commit f90f494

Please sign in to comment.