From 24f57fec21cc12d11e3e36d782d721452f5badc1 Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Wed, 2 Feb 2022 13:07:57 +0100 Subject: [PATCH] Adds .gitattributes to ensure all source files are stored as LF in git. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..176a458f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto