ref: e6123709dc9cae9c9bda941fa2952117f8bda33b
parent: 59d95e1e712af9d06f97c5419933436bbea5c9d8
author: Johann <johannkoenig@google.com>
date: Tue Oct 29 07:44:11 EDT 2019
always use lf for shell scripts Ensure scripts do not get crlf endings when checking out on Windows. Fixed: webm:1651 Change-Id: I7cb6039c6d600bb57e7fbdb2fdbb84f4040803f5
--- /dev/null
+++ b/.gitattributes
@@ -1,0 +1,2 @@
+configure eol=lf
+*.sh eol=lf