2024-10-15 21:58:17 +02:00
|
|
|
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
|
|
* text=auto
|
|
|
|
# Explicitly declare text files you want to be normalized and converted to
|
|
|
|
# LF on checkout.
|
|
|
|
*.c text eol=lf
|
|
|
|
*.h text eol=lf
|
2024-10-15 22:22:59 +02:00
|
|
|
*.ioc text eol=lf
|
|
|
|
*.ld text eol=lf
|
2024-10-15 21:58:17 +02:00
|
|
|
*.s text eol=lf
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
|
|
*.png binary
|
|
|
|
*.jpg binary
|
|
|
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|