From 1ae3ac7b9e0098b7d6d88e853a1f9562a6b5528d Mon Sep 17 00:00:00 2001 From: alexdevteam <alexpro820@gmail.com> Date: Wed, 29 Dec 2021 18:31:04 +0100 Subject: [PATCH] Normalize tsx line endings, add explanation --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 8c42d7d..16b486a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,7 +4,10 @@ # Explicitly declare text files we want to always be normalized and converted # to native line endings on checkout. *.rs text + +# Normalize example TMX & TSX file line endings for consistent tests among all platforms. *.tmx text eol=crlf +*.tsx text eol=crlf # Denote all files that are truly binary and should not be modified. *.png binary -- GitLab