Remove trailing whitespace and add gitattributes (#672)

This commit is contained in:
Aaron Franke 2021-05-24 08:22:43 -04:00 committed by GitHub
parent 38267fa1ef
commit 417402ad35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 105 additions and 103 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf