geom_gate userland utility improvements
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- 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
|