mirror of
				https://github.com/libssh2/libssh2.git
				synced 2025-10-30 12:05:34 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			267 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			267 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
 | |
| 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
 |