Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
vendor
/
libssh2-sys
/
libssh2
/
docs
/
HACKING
blob: 3298593a0e4340bc91016d5b13a6ba19abc33f9e [
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
-
See
libssh2
-
style
.
el
for
how to achieve
this
within
Emacs