From a8a3671210dc185df025544c1df9d7345135074d Mon Sep 17 00:00:00 2001 From: Guy Taggar <62388269+GuyPago@users.noreply.github.com> Date: Fri, 7 Mar 2025 07:59:32 +0200 Subject: [PATCH] Add `.editorconfig` syntax highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb1f6f2..9f6fd00 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,10 @@ dotnet add package FluentAssertions.Analyzers You can exclude assertion methods using the `.editorconfig` file: -```` +```ini [*.cs] ffa_excluded_methods=M:NUnit.Framework.Assert.Fail;M:NUnit.Framework.Assert.Fail(System.String) -```` +``` ## Getting Started