From 7c65b742cae4c409e644b56ad4ca5aaa1b25b02c Mon Sep 17 00:00:00 2001 From: Kevin David Date: Tue, 6 Aug 2024 19:19:24 -0400 Subject: [PATCH] All ncc output js files should have LF endings (#21) --- lib/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/.gitattributes diff --git a/lib/.gitattributes b/lib/.gitattributes new file mode 100644 index 00000000..1e17e4e0 --- /dev/null +++ b/lib/.gitattributes @@ -0,0 +1,2 @@ +# Make ncc output consistent +*.js text eol=lf