mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 11:37:04 +09:00
corefx -> runtime (#407)
This commit is contained in:
parent
0996020a21
commit
15b5c33507
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ The general rule we follow is "use Visual Studio defaults".
|
|||
- Using braces is always accepted, and required if any block of an `if`/`else if`/.../`else` compound statement uses braces or if a single statement body spans multiple lines.
|
||||
- Braces may be omitted only if the body of *every* block associated with an `if`/`else if`/.../`else` compound statement is placed on a single line.
|
||||
|
||||
An [EditorConfig](https://editorconfig.org "EditorConfig homepage") file (`.editorconfig`) has been provided at the root of the corefx repository, enabling C# auto-formatting conforming to the above guidelines.
|
||||
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue