mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-11-04 21:01:38 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			190 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			190 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
  tabWidth: 2,
 | 
						|
  semi: true,
 | 
						|
  printWidth: 80,
 | 
						|
  singleQuote: true,
 | 
						|
  quoteProps: 'consistent',
 | 
						|
  htmlWhitespaceSensitivity: 'strict',
 | 
						|
  vueIndentScriptAndStyle: true,
 | 
						|
};
 |