From 74d007e405928c3b5054ab36c65a93ca1e9916b4 Mon Sep 17 00:00:00 2001 From: DefectingCat Date: Tue, 10 Jan 2023 17:18:19 +0800 Subject: [PATCH] Update editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 8f5d808..5d47c21 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,5 +8,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