feat(editorconfig): trim trailing whitespace
This commit is contained in:
		
							parent
							
								
									9f7f6ba8bf
								
							
						
					
					
						commit
						354bb24dc3
					
				| 
						 | 
					@ -5,5 +5,5 @@ indent_style = space
 | 
				
			||||||
indent_size = 2
 | 
					indent_size = 2
 | 
				
			||||||
end_of_line = lf
 | 
					end_of_line = lf
 | 
				
			||||||
charset = utf-8
 | 
					charset = utf-8
 | 
				
			||||||
trim_trailing_whitespace = false
 | 
					trim_trailing_whitespace = true
 | 
				
			||||||
insert_final_newline = true
 | 
					insert_final_newline = true
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue