From af49402034897845514969d7ac721b7970fa9f3d Mon Sep 17 00:00:00 2001 From: Atirut Wattanamongkol Date: Sun, 10 Mar 2024 16:14:43 +0700 Subject: [PATCH] Force LF line endings --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8ad74f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf