From 6a9cd4411f9e1a21186d7ea1ae5f98f065150bb6 Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Mon, 27 Feb 2023 19:56:18 -0800 Subject: [PATCH] Editorconfig: als configure to trim whitespaces end EOL. (#7833) Signed-off-by: Henner Zeller --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 6c549666e..6689bab23 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,3 +5,4 @@ root = true indent_style = space indent_size = 2 insert_final_newline = true +trim_trailing_whitespace = true