浏览代码

Update CONVENTIONS.md

pull/1856/head
Ray 3 年前
committed by GitHub
父节点
当前提交
d3d362090c
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      CONVENTIONS.md

+ 1
- 1
CONVENTIONS.md 查看文件

@ -27,7 +27,7 @@ Ternary Operator | (condition)? result1 : result2 | `printf("Value is 0: %s", (v
Some other conventions to follow:
- raylib code **does not use TABS**, use 4 spaces instead.
- Avoid trailing spaces
- Avoid trailing spaces, please, avoid them
- **ALWAYS** initialize all defined variables.
- Control flow statements always are followed **by a space**:
```c

正在加载...
取消
保存