1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 08:05:18 +02:00

Add LF config to .gitattributes

This commit is contained in:
cx384
2024-03-23 17:56:54 +01:00
committed by Lars Müller
parent 3a35db6e67
commit d4b10db998

3
.gitattributes vendored
View File

@@ -1,2 +1,5 @@
# Forces all files which git considers text files to use LF line endings
* text=auto eol=lf
*.cpp diff=cpp
*.h diff=cpp