/
niceSOFT
/
libssh2
Обзор
Документация
Войти
/
niceSOFT
/
libssh2
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
libssh2-1.8.0
docs/HACKING
12 строк
267 B
Daniel Stenberg
docs: move INSTALL, AUTHORS, HACKING and TODO to docs/
07 мар 2015, 13:42
07 мар 2015, 13:42
8bb6cf7
Код
Авторство
О чём код?
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 - See libssh2-style.el for how to achieve this within Emacs