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