From a3172492cf373628e1b51f9d36d3dab68bc83f08 Mon Sep 17 00:00:00 2001 From: Jake Boone Date: Sat, 1 Apr 2023 15:48:22 -0700 Subject: [PATCH] Force LF line endings in bin/jscodeshift.js; remove spaces after shebang --- .gitattributes | 1 + bin/jscodeshift.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..20c42589 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +bin/jscodeshift.js eol=lf diff --git a/bin/jscodeshift.js b/bin/jscodeshift.js index 1a6c5ff6..8ae448a8 100755 --- a/bin/jscodeshift.js +++ b/bin/jscodeshift.js @@ -1,4 +1,4 @@ -#!/usr/bin/env node +#!/usr/bin/env node /** * Copyright (c) Facebook, Inc. and its affiliates.