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
1 changed files with 3 additions and 0 deletions

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