Skip to content

Commit 2fe5f04

Browse files
authored
Add .editorconfig syntax highlighting (#401)
1 parent 4f17cbd commit 2fe5f04

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
@@ -42,10 +42,10 @@ dotnet add package FluentAssertions.Analyzers
4242

4343
You can exclude assertion methods using the `.editorconfig` file:
4444

45-
````
45+
```ini
4646
[*.cs]
4747
ffa_excluded_methods=M:NUnit.Framework.Assert.Fail;M:NUnit.Framework.Assert.Fail(System.String)
48-
````
48+
```
4949

5050
## Getting Started
5151

0 commit comments

Comments
 (0)