mirror of
				https://github.com/tobspr/shapez.io.git
				synced 2025-06-13 13:04:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			209 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			209 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # .prettierrc or .prettierrc.yaml
 | |
| trailingComma: "es5"
 | |
| tabWidth: 4
 | |
| semi: true
 | |
| singleQuote: false
 | |
| printWidth: 110
 | |
| useTabs: false
 | |
| quoteProps: "consistent"
 | |
| bracketSpacing: true
 | |
| arrowParens: avoid
 | |
| endOfLine: auto
 |