lemmy/.gitattributes
Nick Shockey 0464c46d26
Added gitattributes to normalize all files to lf (#3386)
This makes it less annoying to build on windows/mac

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-06-29 10:16:11 +02:00

3 lines
80 B
Plaintext

# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf