From b0e2e4b2b14ad4fa4273fcb4d4830c2390ac4128 Mon Sep 17 00:00:00 2001 From: Pierre Villemot Date: Thu, 14 Sep 2023 17:07:02 +0200 Subject: [PATCH] Keep trailing space in cram tests We keep trailing whitespaces in cram tests --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index c16bbae90..e6c5a8083 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,7 @@ insert_final_newline = true [Makefile] indent_style = tab + +[*.t] +trim_trailing_whitespace = false +insert_final_newline = false