From 4f8ea188dd65df8d002b12556f2b1b07e9c2c105 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 19 Jun 2025 17:44:30 +0200 Subject: [PATCH] Add .gitattributes to normalize line endings to LF --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..5a0d5e48 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto eol=lf