Skip to content

Commit

Permalink
Updated coding-style.md to point to the new dotnet format repo (#101572)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRasmussen committed Apr 25, 2024
1 parent 90c81b2 commit 5c01ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/coding-guidelines/coding-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The general rule we follow is "use Visual Studio defaults".

An [EditorConfig](https://editorconfig.org "EditorConfig homepage") file (`.editorconfig`) has been provided at the root of the runtime repository, enabling C# auto-formatting conforming to the above guidelines.

We also use the [.NET Codeformatter Tool](https://github.com/dotnet/codeformatter) to ensure the code base maintains a consistent style over time, the tool automatically fixes the code base to conform to the guidelines outlined above.
We also use the [dotnet-format Tool](https://github.com/dotnet/format) to ensure the code base maintains a consistent style over time, the tool automatically fixes the code base to conform to the guidelines outlined above.

### Example File:

Expand Down

0 comments on commit 5c01ed2

Please sign in to comment.