peerplays-fc/vendor/libssh2-1.4.2/HACKING
2012-12-21 12:58:01 -05:00

13 lines
267 B
Text

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