mirror of
				https://github.com/softprops/action-gh-release.git
				synced 2025-11-04 13:49:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			184 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			184 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
/**
 | 
						|
 * @type {import('prettier').Config}
 | 
						|
 */
 | 
						|
module.exports = {
 | 
						|
  trailingComma: 'all',
 | 
						|
  tabWidth: 2,
 | 
						|
  semi: true,
 | 
						|
  singleQuote: true,
 | 
						|
  printWidth: 100,
 | 
						|
  bracketSpacing: true,
 | 
						|
};
 |