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:
parent
0f562e911e
commit
1a811ea839
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue