This commit is contained in:
Max Jakobitsch 2024-10-09 23:02:25 +02:00 committed by GitHub
commit 267fcc7b66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
.gitattributes vendored
View file

@ -1,8 +1,9 @@
# Set the default behavior, in case people don't have core.autocrlf set. # Set the default behavior, in case people don't have core.autocrlf set.
* text=auto # Prevent build errors on non lf systems (like Windows), we need files with lf as newlines.
* text=auto eol=lf
# Explicitly declare text files you want to always be normalized and converted # Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout. # to lf line endings on checkout.
*.c text *.c text
*.cpp text *.cpp text
*.h text *.h text