From c5e5389c6a72912781e0d00046f73525d0edfbad Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 26 Mar 2020 05:51:04 -0700 Subject: [PATCH] Add _gitattributes (#928) Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/928 This should end up out on GitHub as `.gitattributes`. Reviewed By: nikoant Differential Revision: D20645657 fbshipit-source-id: d914d05a8f3e1297c4058f2d458959a7439a506d --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..8ee8433ee --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# This file is renamed from _gitattributes to .gitattributes in ShipIt. +* text=auto eol=lf