From cd1e3e30022705712043a5da97476102728120a2 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Thu, 8 Jan 2026 16:12:09 -0500 Subject: refactor: `"files.eol": "\n"` --- .config/Code/User/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 0b9b945..4d65c77 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -305,4 +305,5 @@ "terminal.external.linuxExec": "xfce4-terminal", "terminal.integrated.defaultProfile.linux": "zsh", "github.copilot.nextEditSuggestions.enabled": true, + "files.eol": "\n", } \ No newline at end of file -- cgit v1.2.3