From 2b2c225b35bb72343a8e2538738488bfcc5af18e Mon Sep 17 00:00:00 2001 From: CleverWild Date: Thu, 27 Aug 2026 16:49:58 +0200 Subject: [PATCH] chore: normalize line endings to LF --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6313b56 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf