Ver a proveniência

Update CONVENTIONS.md

pull/1856/head
Ray há 3 anos
committed by GitHub
ascendente
cometimento
d3d362090c
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      CONVENTIONS.md

+ 1
- 1
CONVENTIONS.md Ver ficheiro

@ -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

Carregando…
Cancelar
Guardar