From d56cb117efd08dc089bbf0e91a63262290f51627 Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Wed, 21 Apr 2021 13:50:55 -0600 Subject: [PATCH] Revert "Fixing the git attrs for all the people and all the files and all future (#31128)" This reverts commit 73844712b6283dcc41805129cc8da305d5490c0b. --- .editorconfig | 4 ---- .gitattributes | 3 --- scripts/launchPackager.bat | 24 ++++++++++++------------ template/_editorconfig | 3 --- template/_gitattributes | 3 --- 5 files changed, 12 insertions(+), 25 deletions(-) delete mode 100644 .gitattributes delete mode 100644 template/_editorconfig delete mode 100644 template/_gitattributes diff --git a/.editorconfig b/.editorconfig index 355a800148a2d9..eeda81f4e0cb82 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,7 +18,3 @@ indent_size = 4 [BUCK] indent_size = 4 - -# Windows files -[*.bat] -end_of_line = crlf diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 45a3dcb2a20316..00000000000000 --- a/.gitattributes +++ /dev/null @@ -1,3 +0,0 @@ -# Windows files should use crlf line endings -# https://help.github.com/articles/dealing-with-line-endings/ -*.bat text eol=crlf diff --git a/scripts/launchPackager.bat b/scripts/launchPackager.bat index ce71959a16d046..aed322d7c530ce 100644 --- a/scripts/launchPackager.bat +++ b/scripts/launchPackager.bat @@ -1,12 +1,12 @@ -:: Copyright (c) Facebook, Inc. and its affiliates. -:: -:: This source code is licensed under the MIT license found in the -:: LICENSE file in the root directory of this source tree. - -@echo off -title Metro -call .packager.bat -cd ../../../ -node "%~dp0..\cli.js" start -pause -exit +:: Copyright (c) Facebook, Inc. and its affiliates. +:: +:: This source code is licensed under the MIT license found in the +:: LICENSE file in the root directory of this source tree. + +@echo off +title Metro +call .packager.bat +cd ../../../ +node "%~dp0..\cli.js" start +pause +exit diff --git a/template/_editorconfig b/template/_editorconfig deleted file mode 100644 index 7c286132fe9a98..00000000000000 --- a/template/_editorconfig +++ /dev/null @@ -1,3 +0,0 @@ -# Windows files -[*.bat] -end_of_line = crlf diff --git a/template/_gitattributes b/template/_gitattributes deleted file mode 100644 index 45a3dcb2a20316..00000000000000 --- a/template/_gitattributes +++ /dev/null @@ -1,3 +0,0 @@ -# Windows files should use crlf line endings -# https://help.github.com/articles/dealing-with-line-endings/ -*.bat text eol=crlf