Просмотр исходного кода

Update CONVENTIONS.md

pull/1856/head
Ray 3 лет назад
committed by GitHub
Родитель
Сommit
d3d362090c
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 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

Загрузка…
Отмена
Сохранить