From 12d87ae0b11257af84f4f8e66ce2c19efaf5866d Mon Sep 17 00:00:00 2001 From: erikt9 <49534735+erikt9@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:35:12 -0700 Subject: [PATCH] No newline for list.txt --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index c2cdfb8a..7de4d942 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,3 +19,6 @@ insert_final_newline = true [*.md] trim_trailing_whitespace = false + +[list.txt] +insert_final_newline = false