aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorTim Eisele <Shadowghost@users.noreply.github.com>2024-12-09 19:38:54 +0100
committerGitHub <noreply@github.com>2024-12-09 19:38:54 +0100
commit6d74b97836fa5010f722020635184a47cc9fe8bd (patch)
treeb70c413756b3d80fbf7e2e8879c0e80ed0b7d240 /.editorconfig
parent4b11cad6d4c0152c7c1c0c6f7a8b009043f11edf (diff)
Update .editorconfig
Co-authored-by: Erwin de Haan <1627021+EraYaN@users.noreply.github.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 72b8a4dd6..f9a71c70e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -516,7 +516,7 @@ dotnet_diagnostic.IDISP008.severity = suggestion
# disable warning SA0001: XML comment analysis is disabled due to project configuration
dotnet_diagnostic.SA0001.severity = none
-# Cdisable warning A1707: Identifiers should not contain underscores
+# disable warning CA1707: Identifiers should not contain underscores
dotnet_diagnostic.CA1707.severity = none
# disable warning CA2007: Consider calling ConfigureAwait on the awaited task