mirror of https://github.com/webpack/webpack.git
				
				
				
			Merge pull request #7448 from webpack/fix/editorconfig
Use same settings for editorconfig and prettier
This commit is contained in:
		
						commit
						1115cdecd2
					
				| 
						 | 
				
			
			@ -2,11 +2,11 @@ root = true
 | 
			
		|||
 | 
			
		||||
[*]
 | 
			
		||||
indent_style = tab
 | 
			
		||||
indent_size = 4
 | 
			
		||||
indent_size = 2
 | 
			
		||||
charset = utf-8
 | 
			
		||||
trim_trailing_whitespace = true
 | 
			
		||||
insert_final_newline = true
 | 
			
		||||
max_line_length = 233
 | 
			
		||||
max_line_length = 80
 | 
			
		||||
 | 
			
		||||
[.prettierrc]
 | 
			
		||||
indent_style = space
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue