From 36510f2eb17e092550515659a81df3473939661d Mon Sep 17 00:00:00 2001 From: PoseidonEnergy Date: Mon, 13 Jul 2026 19:13:00 -0500 Subject: [PATCH 1/2] Enforce LF line endings for shell scripts --- .gitattributes | 3 + .../img/fragcolor_logo1_color_black.svg | 212 +++++++++--------- .../img/fragcolor_logo2_color_black.svg | 212 +++++++++--------- 3 files changed, 215 insertions(+), 212 deletions(-) diff --git a/.gitattributes b/.gitattributes index e39cf211d..ea73fc160 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,6 @@ # monorepo but is documentation, not part of the engine's source. Mark it so # GitHub Linguist excludes it from the repository's language statistics. website/** linguist-documentation + +# Keep shell scripts compatible with Unix/Linux by enforcing LF line endings +*.sh text eol=lf \ No newline at end of file diff --git a/website/static/img/fragcolor_logo1_color_black.svg b/website/static/img/fragcolor_logo1_color_black.svg index 8a5e6057b..8d6515e9b 100644 --- a/website/static/img/fragcolor_logo1_color_black.svg +++ b/website/static/img/fragcolor_logo1_color_black.svg @@ -1,106 +1,106 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/static/img/fragcolor_logo2_color_black.svg b/website/static/img/fragcolor_logo2_color_black.svg index f0d0b59de..f44860f79 100644 --- a/website/static/img/fragcolor_logo2_color_black.svg +++ b/website/static/img/fragcolor_logo2_color_black.svg @@ -1,106 +1,106 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 9f6f1c1f5bca67fc8d5087852e9aaade491a4b11 Mon Sep 17 00:00:00 2001 From: PoseidonEnergy Date: Mon, 13 Jul 2026 19:24:27 -0500 Subject: [PATCH 2/2] Use LF line endings for *.tera files --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ea73fc160..0699634d1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,4 +4,5 @@ website/** linguist-documentation # Keep shell scripts compatible with Unix/Linux by enforcing LF line endings -*.sh text eol=lf \ No newline at end of file +*.sh text eol=lf +*.sh.tera text eol=lf \ No newline at end of file