mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-11-04 04:39:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			125 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			125 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
    semi: true,
 | 
						|
    trailingComma: 'all',
 | 
						|
    singleQuote: true,
 | 
						|
    printWidth: 120,
 | 
						|
    tabWidth: 4,
 | 
						|
};
 |