From d49fd9090bc3668638f5686cb0ae39bdadc342cf Mon Sep 17 00:00:00 2001 From: Maxim Masiutin Date: Tue, 7 Jan 2025 15:30:05 +0200 Subject: [PATCH] Add .gitattributes for script LE closes https://github.com/official-stockfish/Stockfish/pull/5753 No functional change --- scripts/.gitattributes | 1 + tests/.gitattributes | 1 + 2 files changed, 2 insertions(+) create mode 100644 scripts/.gitattributes create mode 100644 tests/.gitattributes diff --git a/scripts/.gitattributes b/scripts/.gitattributes new file mode 100644 index 00000000..dfdb8b77 --- /dev/null +++ b/scripts/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf diff --git a/tests/.gitattributes b/tests/.gitattributes new file mode 100644 index 00000000..dfdb8b77 --- /dev/null +++ b/tests/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf