8 lines
		
	
	
		
			110 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			110 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
default: dev
 | 
						|
dev:
 | 
						|
  root: /other/path/to/single
 | 
						|
other:
 | 
						|
  root: /other/other/path/to/single
 | 
						|
common:
 | 
						|
  foo: baz
 |