From 174391b203a6a4d1e125cf03530ef4c66e9c388d Mon Sep 17 00:00:00 2001 From: MiniDigger | Martin Date: Fri, 21 Jul 2023 19:37:55 +0200 Subject: [PATCH] fix: use editorconfig to fix whitespace issues in patches --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 3e7e005..83f0f52 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,2 +1,6 @@ [*.patch] end_of_line = lf +trim_trailing_whitespace = false + +[*.java] +trim_trailing_whitespace = false