/
niceSOFT
/
libssh2
Обзор
Документация
Войти
/
niceSOFT
/
libssh2
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
libssh2-1.2
HACKING
21 строка
378 B
daniel
remove the old style as it makes little sense to mention here anymore
14 май 2009, 19:01
14 май 2009, 19:01
035cb24
Код
Авторство
О чём код?
libssh2 source code style guide: - 4 level indent - spaces-only (no tabs) - open braces on the if/for line: if (banana) { go_nuts(); } - write both braces on the else line: if (banana) { go_nuts(); } else { stay_calm(); } - use braces even for single-statement blocks - keep source lines shorter than 80 columns