From c92433285a9d3e4ebd3653be98022959286465f2 Mon Sep 17 00:00:00 2001 From: Kevin Hahn Date: Mon, 7 Oct 2024 13:30:33 +0700 Subject: [PATCH] force LF line endings in shell scripts --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 0c0b43f..75c9d16 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ *.verified.txt text eol=lf working-tree-encoding=UTF-8 *.verified.xml text eol=lf working-tree-encoding=UTF-8 -*.verified.json text eol=lf working-tree-encoding=UTF-8 \ No newline at end of file +*.verified.json text eol=lf working-tree-encoding=UTF-8 + +# force LF line endings on all shell scripts, even on Windows +*.sh text eol=lf \ No newline at end of file