From e10196b1d0b3b84a6af6c09513a61d5b5f51e0f5 Mon Sep 17 00:00:00 2001 From: Andre Schaf Date: Wed, 24 Jun 2026 10:44:08 +0200 Subject: [PATCH] force lf eof --- kakrc | 1 + 1 file changed, 1 insertion(+) diff --git a/kakrc b/kakrc index 57f8bcd..f4fd354 100644 --- a/kakrc +++ b/kakrc @@ -48,6 +48,7 @@ map -docstring "paste" global user p "!wl-paste" # git declare-user-mode git +set-option global eolformat lf map -docstring "preview" global git p ":git show-diff" map -docstring "next change" global git j ":git next-hunk" map -docstring "previous change" global git k ":git prev-hunk"