1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00: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