federator/.gitattributes
Yannis Vogel 957b4f5266
fix line endings
fix line endings to be in LF format
2025-04-21 14:56:44 +02:00

16 lines
432 B
Text

# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
*.php text
# Declare files that will always have LF line endings on checkout.
*.sln text eol=lf
*.php text eol.lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary