blob: 71dac9b7c054966f6a279eeb5d100e4b34bf7f73 [file] [log] [blame]
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