mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Added Emacs config file describing BIRD coding conventions, as suggested by Kenth Eriksson based on existing practice.
		
			
				
	
	
		
			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)))
 |