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

Updated coding-style.md to point to the new dotnet format repo (#101572)

This commit is contained in:
Alexander Rasmussen 2024-04-25 22:42:43 +02:00 committed by GitHub
parent 90c81b21b3
commit 5c01ed22b7
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 [.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: