From: Nick Shockey Date: Thu, 29 Jun 2023 08:16:11 +0000 (-0400) Subject: Added gitattributes to normalize all files to lf (#3386) X-Git-Url: http://these/git/?a=commitdiff_plain;h=0464c46d266be8ea657767b6c172576d78c316e8;hp=c216153dfb3cb2d08b72fa466fe522b3c7accde7;p=lemmy.git Added gitattributes to normalize all files to lf (#3386) This makes it less annoying to build on windows/mac Co-authored-by: Dessalines --- 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