From 354bb24dc38560a1764ac851e11365c29a578dab Mon Sep 17 00:00:00 2001 From: jon r Date: Tue, 25 Feb 2025 22:25:17 +0100 Subject: [PATCH] feat(editorconfig): trim trailing whitespace --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 383809536..c6c8b3621 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,5 +5,5 @@ indent_style = space indent_size = 2 end_of_line = lf charset = utf-8 -trim_trailing_whitespace = false +trim_trailing_whitespace = true insert_final_newline = true