From 794fe41aa2ed5ca39224a1efd8a0345deac0b575 Mon Sep 17 00:00:00 2001 From: r4sas Date: Tue, 8 Aug 2023 23:30:26 +0300 Subject: [PATCH] update editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index e1f1243a..0f57a84a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -34,3 +34,6 @@ trim_trailing_whitespace = false [*.yml] indent_style = space indent_size = 2 + +[*.patch] +trim_trailing_whitespace = false