Skip to content

Commit

Permalink
fix docs styling (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meir017 authored Jul 12, 2024
1 parent 727aa74 commit ecde7ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ecde7ec

Please sign in to comment.