From d53bd60105648cda08f74921281f4935f24f4148 Mon Sep 17 00:00:00 2001 From: Meir Blachman Date: Fri, 12 Sep 2025 15:04:05 +0300 Subject: [PATCH] Fix code block formatting in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b151917..68afabfa 100755 --- a/README.md +++ b/README.md @@ -209,10 +209,10 @@ If you are already using other analyzers, you can check [which rules are duplica You can set the `` MSBuild property to configure the default severity of the rules. The default value is `Default`. You can set it to `None` to disable all rules by default. -```` +```xml None -```` +```