Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add .editorconfig syntax highlighting
  • Loading branch information
GuyPago authored Mar 7, 2025
commit a8a3671210dc185df025544c1df9d7345135074d
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading