From 55b9aeca116ca6de7316308b7fc02930debae686 Mon Sep 17 00:00:00 2001 From: Cuong-Tran Date: Mon, 24 Mar 2025 13:21:19 +0700 Subject: [PATCH] Force \n line ending & fix gradlew's execute permission --- .gitattributes | 3 ++- gradlew | 0 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 gradlew diff --git a/.gitattributes b/.gitattributes index 176a458f..0f09d326 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -* text=auto +* text=auto eol=lf +*.bat text eol=crlf \ No newline at end of file diff --git a/gradlew b/gradlew old mode 100644 new mode 100755