Force LF line endings in .gitattributes

This commit is contained in:
CST1229
2025-09-30 19:52:10 +02:00
parent fa4c1c711c
commit 0595371b2b

4
.gitattributes vendored
View File

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