add them too and enforce lf, so I don't mess it up again

master
Pierre Joye 2021-09-11 11:41:03 +07:00
parent 0c2172d933
commit efbf48317f
1 changed files with 5 additions and 2 deletions

7
.gitattributes vendored
View File

@ -3,8 +3,8 @@
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
*.c text eol=lf
*.h text eol=lf
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
@ -17,3 +17,6 @@
*.m4 text eol=lf
*.ac text eol=lf
*.am text eol=lf
*.md text eol=lf
*.yaml text eol=lf