1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00

Update link to dotnet-format tool (#101619)

* Update link to dotnet-format tool

* It now lives in dotnet/sdk

* Link to official docs instead

Co-authored-by: Jan Kotas <jkotas@microsoft.com>

---------

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
This commit is contained in:
Paulus Pärssinen 2024-04-26 22:27:36 +03:00 committed by GitHub
parent 0f562e911e
commit 1a811ea839
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -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 [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.
We also use the [dotnet-format tool](https://learn.microsoft.com/dotnet/core/tools/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: