From d689111ac3dcae7aebb17311e96d927895334995 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 3 Mar 2025 23:56:52 +0100 Subject: Set default line ending to LF --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 35947be..f52c255 100644 --- a/config.toml +++ b/config.toml @@ -10,6 +10,7 @@ auto-pairs = false cursorline = true true-color = true end-of-line-diagnostics = "hint" +default-line-ending = "lf" [editor.statusline] left = ["mode", "file-name", "read-only-indicator", "file-modification-indicator", "version-control"] -- cgit