From 77d33640582c692c417d648462607b14a00513db Mon Sep 17 00:00:00 2001 From: "Brady J. Garvin" <bgarvin@cse.unl.edu> Date: Wed, 23 Aug 2023 15:13:15 -0500 Subject: [PATCH] Update VSCode `files.eol` setting to modern format. --- javascript-practice.code-workspace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript-practice.code-workspace b/javascript-practice.code-workspace index 25b5c80..3ecdc26 100644 --- a/javascript-practice.code-workspace +++ b/javascript-practice.code-workspace @@ -5,7 +5,7 @@ } ], "settings": { - "files.eol": "LF", + "files.eol": "\n", "files.exclude": { "**/node_modules": true }, -- GitLab