From 60579bf4646572fba287ee5bc5e5e9d4e3ef913e Mon Sep 17 00:00:00 2001 From: dragonish Date: Sat, 15 Mar 2025 20:05:28 +0800 Subject: [PATCH] config(git): specify the eol of the `manifest.json` file --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 33b2290..9126380 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ package.json text eol=lf +manifest.json text eol=lf