Change prettierrc
This commit is contained in:
		@@ -1,9 +1,9 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "useTabs": false,
 | 
					  "useTabs": true,
 | 
				
			||||||
  "tabWidth": 2,
 | 
					  "tabWidth": 4,
 | 
				
			||||||
  "singleQuote": true,
 | 
					  "singleQuote": true,
 | 
				
			||||||
  "trailingComma": "none",
 | 
					  "trailingComma": "none",
 | 
				
			||||||
  "printWidth": 80,
 | 
					  "printWidth": 120,
 | 
				
			||||||
  "arrowParens": "avoid",
 | 
					  "arrowParens": "avoid",
 | 
				
			||||||
  "endOfLine": "lf",
 | 
					  "endOfLine": "lf",
 | 
				
			||||||
  "semi": false,
 | 
					  "semi": false,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user