diff .gitattributes @ 82:a103134ee6e0 draft

Uploaded
author davidvanzessen
date Thu, 25 Feb 2021 10:32:32 +0000
parents aff3ba86ef7a
children
line wrap: on
line diff
--- a/.gitattributes	Fri Feb 19 15:10:54 2021 +0000
+++ b/.gitattributes	Thu Feb 25 10:32:32 2021 +0000
@@ -1,2 +1,4 @@
 # Auto detect text files and perform LF normalization
 * text=auto
+# Convert to LF line endings on checkout.
+*.sh text eol=lf
\ No newline at end of file