From 33ec5d66d6fc740abb86d84537a06f788a5daea2 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 15 Nov 2023 15:33:18 +0100 Subject: [PATCH] Enable trimming of trailing whitespace in editorconfig --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index a75d390..7ab1059 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,7 @@ root = true end_of_line = lf insert_final_newline = true charset = utf-8 +trim_trailing_whitespace = true [*.java] indent_style = tab