serenity/.gitattributes
stelar7 8c5f08ea94 Meta: Add .gitattributes file
This file is used to configure Git to properly handle line endings
2020-07-30 17:07:40 +02:00

7 lines
172 B
Plaintext

# Set the default behavior to always use LF file endings
* text=auto eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary