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/%7B%60/static/assets/css/themes/%24%7Buser.local_user_view.local_user.theme%7D.min.css%60%7D?a=commitdiff_plain;h=0464c46d266be8ea657767b6c172576d78c316e8;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