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:
parent
90c81b21b3
commit
5c01ed22b7
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 [.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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue