mirror of
				https://git.mirrors.martin98.com/https://github.com/actions/setup-python
				synced 2025-11-01 02:11:07 +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'
 | |
| };
 | 
![github-actions[bot]](/assets/img/avatar_default.png)