This commit is contained in:
rusefillc 2023-12-29 17:59:55 -05:00
parent 9bd18bd2b6
commit 89517c075d
1 changed files with 8 additions and 0 deletions

8
.gitattributes vendored Normal file
View File

@ -0,0 +1,8 @@
# Explicitly declare text files you want to always be normalized and converted
# to Unix line endings on checkout.
*.c text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.mk text eol=lf
*.sh text eol=lf