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