From 51f587ee3f1c718eee3168a5245bc9932a1b9aa4 Mon Sep 17 00:00:00 2001 From: T6751 <66636084+T6751@users.noreply.github.com> Date: Thu, 15 Oct 2020 13:52:54 +0000 Subject: [PATCH] trim_trailing_whitespace (#6230) --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 3ace87629529..89afd2a5ec6a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,6 +2,7 @@ insert_final_newline = true indent_style = tab indent_size = 4 +trim_trailing_whitespace = true [*.dm] end_of_line = lf