Skip to content

Commit ecde7ec

Browse files
authored
fix docs styling (#377)
1 parent 727aa74 commit ecde7ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ dotnet add package FluentAssertions.Analyzers
4040

4141
© Thanks to https://github.com/meziantou/Meziantou.FluentAssertionsAnalyzers
4242

43-
You can exclude assertion methods using the .editorconfig file:
43+
You can exclude assertion methods using the `.editorconfig` file:
4444

45+
````
4546
[*.cs]
4647
ffa_excluded_methods=M:NUnit.Framework.Assert.Fail;M:NUnit.Framework.Assert.Fail(System.String)
48+
````
4749

4850
## Getting Started
4951

0 commit comments

Comments
 (0)