From 6dabdb361b1f608eb8b04ea6933e52dfd4e3168f Mon Sep 17 00:00:00 2001 From: Meir Blachman Date: Fri, 12 Jul 2024 12:03:50 +0300 Subject: [PATCH] fix docs styling --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77dad09..eb1f6f2 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,12 @@ dotnet add package FluentAssertions.Analyzers © Thanks to https://github.com/meziantou/Meziantou.FluentAssertionsAnalyzers -You can exclude assertion methods using the .editorconfig file: +You can exclude assertion methods using the `.editorconfig` file: +```` [*.cs] ffa_excluded_methods=M:NUnit.Framework.Assert.Fail;M:NUnit.Framework.Assert.Fail(System.String) +```` ## Getting Started