From 131c07d4e6388b6cc924f70d501d92d9f0a26b04 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Mon, 3 Jun 2024 11:13:30 +0200 Subject: [PATCH] Enforce EOL via .gitattributes (#42) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7c60fb6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.* text eol=lf + +*.png binary