From 6d01a247dbc972e36f9a584bccd11958e8849a60 Mon Sep 17 00:00:00 2001 From: Guiorgy Date: Fri, 21 Nov 2025 10:46:35 +0400 Subject: [PATCH] Ensure LF line endings on text files. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..90a032d32 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and normalize end of lines to LF (\n) +* text=auto eol=lf