From 7f61eab72840557fc04699833e181ddc419beee1 Mon Sep 17 00:00:00 2001 From: Bryan Tran Date: Wed, 29 Apr 2026 21:41:33 -0400 Subject: [PATCH 1/2] Normalize line endings --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bf3d6df --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto +*.sh text eol=lf +scripts/pre-commit text eol=lf \ No newline at end of file From 240151ddfcbd04d9feb03c32a786fe2b12a5fbc4 Mon Sep 17 00:00:00 2001 From: Bryan Tran Date: Wed, 29 Apr 2026 21:57:57 -0400 Subject: [PATCH 2/2] Fix line endings for gradlew --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index bf3d6df..6ed301f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * text=auto *.sh text eol=lf +gradlew text eol=lf scripts/pre-commit text eol=lf \ No newline at end of file