From 0464c46d266be8ea657767b6c172576d78c316e8 Mon Sep 17 00:00:00 2001 From: Nick Shockey Date: Thu, 29 Jun 2023 04:16:11 -0400 Subject: [PATCH] Added gitattributes to normalize all files to lf (#3386) This makes it less annoying to build on windows/mac Co-authored-by: Dessalines --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..8ad74f78 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf