1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 04:35:28 +08:00

Update styleguide

This commit is contained in:
Meow J
2016-07-29 01:27:48 +08:00
parent 96a5172057
commit f2e0ab4a26

View File

@@ -37,11 +37,11 @@
- 文本中常量/代码用``加注为代码
- 代码块不使用Tab标注请用```式标注
- 代码的语言需要在代码一开始的标记处标识出来,比如
- 代码的语言需要在代码一开始的标记处标识出来一般都是C++,比如
```c++
[code]
```
```c++
[code]
```
- 请记得翻译注释
- 注释与`//`间请加一个空格