diff options
| author | kj_sh604 | 2026-01-08 16:12:09 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-01-08 16:12:09 -0500 |
| commit | cd1e3e30022705712043a5da97476102728120a2 (patch) | |
| tree | 162378e8209096c2e7ccb861b1d887a9b2ed20f0 | |
| parent | 2dc234add33b1c71df0ed9844171955fe5ddf9a9 (diff) | |
refactor: `"files.eol": "\n"`
| -rw-r--r-- | .config/Code/User/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
| 305 | "terminal.external.linuxExec": "xfce4-terminal", | 305 | "terminal.external.linuxExec": "xfce4-terminal", |
| 306 | "terminal.integrated.defaultProfile.linux": "zsh", | 306 | "terminal.integrated.defaultProfile.linux": "zsh", |
| 307 | "github.copilot.nextEditSuggestions.enabled": true, | 307 | "github.copilot.nextEditSuggestions.enabled": true, |
| 308 | "files.eol": "\n", | ||
| 308 | } \ No newline at end of file | 309 | } \ No newline at end of file |
