Force LF line endings

This commit is contained in:
Janek Bevendorff 2025-10-19 14:08:56 +02:00 committed by Jonathan White
parent abd6d4e2ba
commit f2e43e04c8
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01

21
.gitattributes vendored
View file

@ -1,3 +1,14 @@
# Github-linguist language hints
*.h linguist-language=C++
*.cpp linguist-language=C++
# Line endings harmony
* text=auto eol=lf
# binary files
*.ai binary
# Export
src/version.h.cmake export-subst
.gitattributes export-ignore
.gitignore export-ignore
@ -7,13 +18,3 @@ src/version.h.cmake export-subst
snapcraft.yaml export-ignore
make_release.sh export-ignore
AppImage-Recipe.sh export-ignore
# github-linguist language hints
*.h linguist-language=C++
*.cpp linguist-language=C++
# binary files
*.ai binary
# Line endings harmony
* text=auto