From 6e0f8e469c0a456e24428ce7cf42d8471d448551 Mon Sep 17 00:00:00 2001 From: sauwming Date: Thu, 24 Nov 2022 13:20:21 +0800 Subject: [PATCH] Disable editorconfig trailing whitespace trimming --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f049cc852..1b42aeabd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,4 +5,4 @@ root = true insert_final_newline = true indent_style = space indent_size = 4 -trim_trailing_whitespace = true +# trim_trailing_whitespace = true