File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,16 +134,16 @@ When creating a PR for an issue:
134134- Use the latest preview C# coding patterns in preview code examples
135135- Use the following language code and indentation standards for markdown code blocks or the `language` attribute of code snippets:
136136
137- Content of the snippet | Language code | Indentation in spaces
138- :---: | :---: | :---:
139- C# | csharp | 4
140- HTML | html | 4
141- CSS | css | 4
142- JavaScript | javascript | 2 spaces (use 4 spaces for line continuation)
143- XML | xml | 2
144- JSON | json | 2
145- Console | console | 2
146- Text | - | 2
137+ Content of the snippet | Language code | Indentation in spaces
138+ :---: | :---: | :---:
139+ C# | csharp | 4
140+ HTML | html | 4
141+ CSS | css | 4
142+ JavaScript | javascript | 2 spaces (use 4 spaces for line continuation)
143+ XML | xml | 2
144+ JSON | json | 2
145+ Console | console | 2
146+ Text | - | 2
147147
148148### ASP.NET Core Specific Guidelines
149149- Use the latest supported version for examples unless otherwise specified
You can’t perform that action at this time.
0 commit comments