mirror of
https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git
synced 2025-08-22 20:25:28 +08:00
Update styleguide
This commit is contained in:
@@ -37,11 +37,11 @@
|
||||
|
||||
- 文本中常量/代码用``加注为代码
|
||||
- 代码块不使用Tab标注,请用```式标注
|
||||
- 代码的语言需要在代码一开始的标记处标识出来,比如
|
||||
- 代码的语言需要在代码一开始的标记处标识出来(一般都是C++),比如
|
||||
|
||||
```c++
|
||||
[code]
|
||||
```
|
||||
```c++
|
||||
[code]
|
||||
```
|
||||
|
||||
- 请记得翻译注释
|
||||
- 注释与`//`间请加一个空格
|
||||
|
Reference in New Issue
Block a user