chore: ensure lf line-endings are used in repo

This commit is contained in:
M. George Hansen 2021-01-02 13:34:43 -08:00
parent 8f7a0b6155
commit 274fe7778e
5 changed files with 9 additions and 1 deletions

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
# Ensure that git uses lf line-endings for text files.
* text=auto eol=lf