diff --git a/src/.editorconfig b/src/.editorconfig index 5f857884e..378988f09 100644 --- a/src/.editorconfig +++ b/src/.editorconfig @@ -3,7 +3,9 @@ root = false # Be careful of automatically added values from IDE. -# Add a "# [initials] yyyy-MM-dd" postmark to differentiate human intent. +# Add between "# HUMANS markers to differentiate intent. [*.cs] -dotnet_diagnostic.CS1591.severity = suggestion # DS 2024-01-28 +#HUMANS +dotnet_diagnostic.CS1591.severity=suggestion +#ENDHUMANS