dotnet-sdk/examples/.editorconfig

12 lines
332 B
INI

###############################
# Samples EditorConfig Options #
###############################
[*.cs]
#####################################
# Analayers Serverity Configuration #
#####################################
# CS1591: Missing XML comment for publicly visible type or member
dotnet_diagnostic.CS1591.severity = warning