feadd5f321
I don't follow those particular guidelines myself so I think I'd rather remove them here and keep my style than the opposite. As I am the most frequent writer of code for the moment.
13 строки
206 B
Plaintext
13 строки
206 B
Plaintext
|
|
libssh2 source code style guide:
|
|
|
|
- 4 level indent
|
|
- spaces-only (no tabs)
|
|
- open braces on the if/for line:
|
|
|
|
if (banana) {
|
|
go_nuts();
|
|
}
|
|
|
|
- keep source lines shorter than 80 columns
|