doc: add coding style
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
This commit is contained in:
		
				
					committed by
					
						 Serge Hallyn
						Serge Hallyn
					
				
			
			
				
	
			
			
			
						parent
						
							1f15ea5955
						
					
				
				
					commit
					d40c58dc3b
				
			
							
								
								
									
										12
									
								
								doc/contributions/coding_style.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								doc/contributions/coding_style.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| # Coding style | ||||
|  | ||||
| * For a general guidance refer to the | ||||
| [Linux kernel coding style](https://www.kernel.org/doc/html/latest/process/coding-style.html) | ||||
|  | ||||
| * Patches that change the existing coding style are not welcome, as they make | ||||
| downstream porting harder for the distributions | ||||
|  | ||||
| ## Indentation | ||||
|  | ||||
| Tabs are preferred over spaces for indentation. Loading the `.editorconfig` | ||||
| file in your preferred IDE may help you configure it. | ||||
		Reference in New Issue
	
	Block a user