From ae0435c6b2d1ab14b38dd59bbe97a076b50e7929 Mon Sep 17 00:00:00 2001 From: Hinko Kocevar Date: Fri, 28 Feb 2025 10:07:22 +0100 Subject: [PATCH] Do not add newline to multiline-input.txt --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index b6a8712f6..bd2580a27 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,3 +6,7 @@ root = true # as some compilers complain about files not ending in newline [*] insert_final_newline = true + +# Part of readline test that needs file without final newline +[modules/libcom/test/multiline-input.txt] +insert_final_newline = false