From fd79cdac0346190ed18acc9f4c8e94a8acd202aa Mon Sep 17 00:00:00 2001 From: Benjamin Lichtman Date: Thu, 27 Sep 2018 16:52:48 -0700 Subject: [PATCH] Chore: Force LF for tsx files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index b9aad4d..8db1f26 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ * text=auto *.js eol=lf *.ts eol=lf +*.tsx eol=lf *.yml eol=lf