mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-11-04 21:58:56 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			398 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			398 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
// This is a reusable configuration file copied from https://github.com/actions/reusable-workflows/tree/main/reusable-configurations. Please don't make changes to this file as it's the subject of an automatic update.
 | 
						|
module.exports = {
 | 
						|
  printWidth: 80,
 | 
						|
  tabWidth: 2,
 | 
						|
  useTabs: false,
 | 
						|
  semi: true,
 | 
						|
  singleQuote: true,
 | 
						|
  trailingComma: 'none',
 | 
						|
  bracketSpacing: false,
 | 
						|
  arrowParens: 'avoid'
 | 
						|
};
 |