From f11742e820716020dbe77e93f2f043b0f1de6f22 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 10 Mar 2023 10:18:04 +0200 Subject: [PATCH] LICENSES/.editorconfig: let trailing whitespaces be --- LICENSES/.editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSES/.editorconfig b/LICENSES/.editorconfig index 9337714..b959b77 100644 --- a/LICENSES/.editorconfig +++ b/LICENSES/.editorconfig @@ -4,3 +4,4 @@ root = false [*] indent_style = space +trim_trailing_whitespace = false