From 4310aaca670e9e5b36c901657bd403253ba48f2f Mon Sep 17 00:00:00 2001 From: Benjamin Lichtman Date: Tue, 30 Oct 2018 17:52:55 -0700 Subject: [PATCH] Chore: Force LF for tsx files (#520) --- .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