Skip to content

Commit

Permalink
Merge pull request #914 from johnnyreilly/patch-1
Browse files Browse the repository at this point in the history
Fix missing ` in README.md
  • Loading branch information
jmarolf authored Dec 31, 2020
2 parents 669f3b8 + f5a5d48 commit 2929c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Add `format` after `dotnet` and before the command arguments that you want to ru
| `dotnet format <workspace> --fix-style warn` | Fixes only codestyle analyzer warnings. |
| `dotnet format <workspace> --fix-whitespace --fix-style` | Formats and fixes codestyle analyzer errors. |
| `dotnet format <workspace> --fix-analyzers` | Fixes only 3rd party analyzer errors. |
| `dotnet format <workspace> -wsa | Formats, fixes codestyle errors, and fixes 3rd party analyzer errors. |
| `dotnet format <workspace> -wsa` | Formats, fixes codestyle errors, and fixes 3rd party analyzer errors. |
| `dotnet format -v diag` | Formats with very verbose logging. |
| `dotnet format --include Programs.cs Utility\Logging.cs` | Formats the files Program.cs and Utility\Logging.cs |
| `dotnet format --check` | Formats but does not save. Returns a non-zero exit code if any files would have been changed. |
Expand Down

0 comments on commit 2929c26

Please # to comment.