From aec53703c75440a301906eeca90540132581e3ec Mon Sep 17 00:00:00 2001 From: Jonah Snider Date: Tue, 12 Sep 2023 12:45:32 -0700 Subject: [PATCH] fix: remove trailing newline from alt text --- .editorconfig | 3 +++ app/opengraph-image-alt.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 2193eff27..a08332e31 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,3 +17,6 @@ indent_size = 4 [openapi.json] indent_style = space + +[*.alt.txt] +insert_final_newline = false diff --git a/app/opengraph-image-alt.txt b/app/opengraph-image-alt.txt index 28cabc69e..0fa25f34f 100644 --- a/app/opengraph-image-alt.txt +++ b/app/opengraph-image-alt.txt @@ -1 +1 @@ -ZWS logomark +ZWS logomark \ No newline at end of file