Sign in
android
/
toolchain
/
rustc
/
3b664ca54b09788037e50e8bf4cb1881bcd6cb8d
/
.
/
vendor
/
libssh2-sys
/
libssh2
/
docs
/
HACKING
blob: 5da8e66c23ae4e6cfc66560698b199ecb337750d [
file
]
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