From a2664b0ef11daf842d32d15b81cb09f6aa4a7761 Mon Sep 17 00:00:00 2001 From: D-mo Date: Thu, 19 Sep 2024 09:12:15 -0400 Subject: [PATCH] chore: update editorconfig (#1565) --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.editorconfig b/.editorconfig index e291365a9d..087a29fefe 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,12 @@ indent_size = 4 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true + +[*.diff] +trim_trailing_whitespace = false + +[*.patch] +trim_trailing_whitespace = false + +[debian/rules] +indent_style = tab