From b06cbd7a95df70aa5e3bf07f9e7ca5c5c640f2e2 Mon Sep 17 00:00:00 2001 From: Gustas <37534529+PunkPun@users.noreply.github.com> Date: Mon, 20 Feb 2023 10:23:43 +0200 Subject: [PATCH] Add missing punctuation to editorconfig --- .editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index e594195d29..8c7a4cefa3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -135,7 +135,7 @@ dotnet_diagnostic.IDE0001.severity = warning # Simplify member access. dotnet_diagnostic.IDE0002.severity = warning -# use 'var' instead of explicit type +# Use 'var' instead of explicit type. dotnet_diagnostic.IDE0007.severity = warning # Don't prefer braces (for one liners). @@ -153,7 +153,7 @@ dotnet_diagnostic.IDE0019.severity = warning # Use pattern matching to avoid 'is' check followed by a cast. dotnet_diagnostic.IDE0020.severity = warning -# Collection initialization can be simplified +# Collection initialization can be simplified. dotnet_diagnostic.IDE0028.severity = warning # Use coalesce expression (non-nullable types). @@ -165,7 +165,7 @@ dotnet_diagnostic.IDE0030.severity = warning # Use explicitly provided tuple name. dotnet_diagnostic.IDE0033.severity = warning -# Simplify 'default' expression +# Simplify 'default' expression. dotnet_diagnostic.IDE0034.severity = warning # Modifiers are not ordered.