From 15bfd925734840b39006430689544ab763f61044 Mon Sep 17 00:00:00 2001
From: "Brady J. Garvin" <bgarvin@cse.unl.edu>
Date: Mon, 25 Sep 2023 13:55:01 -0500
Subject: [PATCH] Update VSCode `files.eol` setting to modern format and
 include ESLint configuration name to avoid package-lock.json from being
 marked as changed.

---
 dynamic-programming-lab.code-workspace | 2 +-
 dynamic-programming/package-lock.json  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dynamic-programming-lab.code-workspace b/dynamic-programming-lab.code-workspace
index 25b5c80..3ecdc26 100644
--- a/dynamic-programming-lab.code-workspace
+++ b/dynamic-programming-lab.code-workspace
@@ -5,7 +5,7 @@
 		}
 	],
 	"settings": {
-		"files.eol": "LF",
+		"files.eol": "\n",
 		"files.exclude": {
 			"**/node_modules": true
 		},
diff --git a/dynamic-programming/package-lock.json b/dynamic-programming/package-lock.json
index 32becdd..c6c873f 100644
--- a/dynamic-programming/package-lock.json
+++ b/dynamic-programming/package-lock.json
@@ -19,6 +19,7 @@
       }
     },
     "../eslint-config": {
+      "name": "@unlsoft/eslint-config",
       "version": "3.0.0",
       "dev": true,
       "license": "UNLICENSED",
-- 
GitLab