Update .gitattributes to auto-normalize text files

This commit is contained in:
Kirk Klobe 2022-04-27 10:29:31 -05:00 committed by kcgen
parent 186d1d1762
commit 74e7d06441
No known key found for this signature in database
GPG key ID: 614C54CDCA116C54

4
.gitattributes vendored
View file

@ -1,2 +1,4 @@
# auto-normalize any added text files to LF
* text=auto
# github linguist
*.h linguist-language=C++
*.h linguist-language=C++