From c64fcdb6eaf06265b049de4cb8b2838dfb8bc1ca Mon Sep 17 00:00:00 2001 From: othercorey Date: Sat, 25 Jun 2022 06:54:53 -0500 Subject: [PATCH] Disable trim_trailing_whitespace in .editorconfig Closes GH-1655. --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 39400c0b48..5ab5087b08 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,4 @@ indent_size = 1 indent_style = space end_of_line = lf insert_final_newline = true +trim_trailing_whitespace = false