ソースを参照

Update CONVENTIONS.md

pull/1856/head
Ray 4年前
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: Some other conventions to follow:
- raylib code **does not use TABS**, use 4 spaces instead. - raylib code **does not use TABS**, use 4 spaces instead.
- Avoid trailing spaces
- Avoid trailing spaces, please, avoid them
- **ALWAYS** initialize all defined variables. - **ALWAYS** initialize all defined variables.
- Control flow statements always are followed **by a space**: - Control flow statements always are followed **by a space**:
```c ```c

読み込み中…
キャンセル
保存