From 3fe4e92f4ab74b4ca670749036785bb3f874041e Mon Sep 17 00:00:00 2001 From: Soybean Date: Tue, 28 Jun 2022 07:31:16 +0800 Subject: [PATCH] build(projects): update vscode settings --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index bed81deaa..d5535bd77 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,6 +12,7 @@ "files.associations": { "*.env.*": "dotenv" }, + "files.eol": "\n", "git.enableSmartCommit": true, "gutterpreview.paths": { "@": "/src",