mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			148 B
		
	
	
	
		
			EmacsLisp
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			148 B
		
	
	
	
		
			EmacsLisp
		
	
	
	
	
	
| 
								 | 
							
								; BIRD project coding conventions
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								((c-mode
							 | 
						||
| 
								 | 
							
								  (c-file-style . "bsd")
							 | 
						||
| 
								 | 
							
								  (c-basic-offset . 2)
							 | 
						||
| 
								 | 
							
								  (fill-column . 80)
							 | 
						||
| 
								 | 
							
								  (show-trailing-whitespace . t)))
							 |