]> Untitled Git - lemmy.git/commitdiff
Added gitattributes to normalize all files to lf (#3386)
authorNick Shockey <shockeynj@gmail.com>
Thu, 29 Jun 2023 08:16:11 +0000 (04:16 -0400)
committerGitHub <noreply@github.com>
Thu, 29 Jun 2023 08:16:11 +0000 (10:16 +0200)
This makes it less annoying to build on windows/mac

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..8ad74f7
--- /dev/null
@@ -0,0 +1,2 @@
+# Normalize EOL for all files that Git considers text files.
+* text=auto eol=lf