mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Remove more markdown that GitHub cannot handle
This commit is contained in:
parent
edd630a9ee
commit
b448694ab3
|
@ -235,7 +235,7 @@ namespace MyNamespace { // Namespaces are PascalCase
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
```c# {.good}
|
```c#
|
||||||
int SomeProperty => _someProperty
|
int SomeProperty => _someProperty
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -359,7 +359,7 @@ int SomeProperty => _someProperty
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
```c# {.good}
|
```c#
|
||||||
var x = new SomeClass {
|
var x = new SomeClass {
|
||||||
Property1 = value1,
|
Property1 = value1,
|
||||||
Property2 = value2,
|
Property2 = value2,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user