commit 80c5db80dc6647c351039a296bbd931888c9c031 parent f2e9aea8e005a11632a493a25f7ea9fce9319785 Author: Gavin Rehkemper <gavin@gavinr.com> Date: Fri, 22 Dec 2017 13:15:56 -0600 adding gitattributes to force lf line endings Diffstat:
A | .gitattributes | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/.gitattributes b/.gitattributes @@ -0,0 +1,6 @@ +# Handle line endings automatically for files detected as text +# and leave all files detected as binary untouched. +* text=auto + +# Force the following filetypes to have unix eols, so Windows does not break them +*.* text eol=lf+ \ No newline at end of file