Skip to content

Commit 5f0090e

Browse files
authored
Fix code block formatting in README.md (#865)
1 parent 358803c commit 5f0090e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ If you are already using other analyzers, you can check [which rules are duplica
209209

210210
You can set the `<MeziantouAnalysisMode>` 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.
211211

212-
````
212+
```xml
213213
<Project>
214214
<PropertyGroup>
215215
<MeziantouAnalysisMode>None</MeziantouAnalysisMode>
216216
</PropertyGroup>
217217
</Project>
218-
````
218+
```

0 commit comments

Comments
 (0)