From c108b07707634ac1039eeb128321fe0c8c9d0c55 Mon Sep 17 00:00:00 2001 From: Matt Matravers Date: Tue, 5 Apr 2022 01:48:11 +0100 Subject: [PATCH] build(ui): Fix Windows UI lint (#4556) Prettier expects LF line endings by default: https://prettier.io/docs/en/options.html#end-of-line --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7c8e3094cef5fc..5f1a2af022fd45 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ *.sh text eol=lf +*.ts text eol=lf +*.tsx text eol=lf gradlew text eol=lf metadata-utils/src/test/resources/filterQuery/* text eol=lf