From e3fc55c0ed48c6ff720162b53075d1ffaee1a579 Mon Sep 17 00:00:00 2001 From: Franco Victorio Date: Thu, 29 Dec 2022 12:37:14 +0100 Subject: [PATCH] Set trim_trailing_whitespace to true --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 1674aee530..9e3c877c76 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,4 +7,4 @@ end_of_line = lf indent_style = space indent_size = 2 insert_final_newline = true -trim_trailing_whitespace = false +trim_trailing_whitespace = true