Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Bunting <6431421+dougbu@users.noreply.github.com>2022-02-13 01:38:53 +0300
committerGitHub <noreply@github.com>2022-02-13 01:38:53 +0300
commit6ac8ebc38cd43027efb4b2cbb32599befe9a6f60 (patch)
tree194dabc5f248df5d578363812e8979ae0702a354 /.editorconfig
parent21c514d59e706f5c74a47e42ff684b587d2bb057 (diff)
Make IDE0055 formatting rules suggestions (#40181)
- alternate to #40173
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index fd66ef6e67..4796714979 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -240,7 +240,7 @@ dotnet_diagnostic.IDE0044.severity = warning
dotnet_diagnostic.IDE0051.severity = warning
# IDE0055: All formatting rules
-dotnet_diagnostic.IDE0055.severity = warning
+dotnet_diagnostic.IDE0055.severity = suggestion
# IDE0059: Unnecessary assignment to a value
dotnet_diagnostic.IDE0059.severity = warning