From f4a2d5668ceebd11c93896a9805c6121795b2a5d Mon Sep 17 00:00:00 2001 From: Paul Du Bois Date: Wed, 21 Aug 2019 13:33:45 -0700 Subject: [PATCH] Things Unity likes to recreate with LF-only Change-Id: Id000b01548e0331a0bd724cbd51cdc3aaf56cb20 --- UnitySDK/.gitattributes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/UnitySDK/.gitattributes b/UnitySDK/.gitattributes index bab0960c..6f457215 100644 --- a/UnitySDK/.gitattributes +++ b/UnitySDK/.gitattributes @@ -1,2 +1,4 @@ *.mat text eol=lf -*.meta text eol=lf \ No newline at end of file +*.meta text eol=lf +Packages/manifest.json text eol=lf +ProjectSettings/*.txt text eol=lf \ No newline at end of file