Enable EditorConfig trailing whitespace trimming (#23543)
This commit is contained in:
		@@ -10,3 +10,4 @@ insert_final_newline = true
 | 
				
			|||||||
charset = utf-8
 | 
					charset = utf-8
 | 
				
			||||||
indent_style = space
 | 
					indent_style = space
 | 
				
			||||||
indent_size = 2
 | 
					indent_size = 2
 | 
				
			||||||
 | 
					trim_trailing_whitespace = true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user