From 73eb919d8bf357e5774d3e0224fe37ac642682fa Mon Sep 17 00:00:00 2001
From: Claude Becker <becker@phys.ethz.ch>
Date: Mon, 17 Feb 2025 16:08:40 +0100
Subject: [PATCH] gitconfig: fix delta diff of very long lines

---
 profile/default/.gitconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profile/default/.gitconfig b/profile/default/.gitconfig
index cd788bd..69b3e34 100644
--- a/profile/default/.gitconfig
+++ b/profile/default/.gitconfig
@@ -61,6 +61,8 @@
     grep-file-style = yellow
     grep-line-number-style = orange
     grep-match-word-style = red bold
+    max-line-length = 20000
+    max-syntax-highlighting-length = 20000
 
 [diff-so-fancy]
     # Disable green marker at the beginning of new empty lines
-- 
GitLab