Force LF line endings in .gitattributes

This commit is contained in:
CST1229 2025-09-30 19:52:10 +02:00
parent fa4c1c711c
commit 0595371b2b
No known key found for this signature in database
GPG key ID: A518FAA4932333A2

4
.gitattributes vendored
View file

@ -1,2 +1,2 @@
# Auto detect text files and perform LF normalization # Normalize EOL for all files that Git considers text files.
* text=auto * text=auto eol=lf