From 4d84e86280086b0b7e79a680469e408d8f612218 Mon Sep 17 00:00:00 2001 From: Max Amundsen Date: Tue, 6 Jan 2026 10:43:30 -0500 Subject: [PATCH] add dlv config --- .config/dlv/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .config/dlv/config.yml diff --git a/.config/dlv/config.yml b/.config/dlv/config.yml new file mode 100644 index 0000000..a12a9cb --- /dev/null +++ b/.config/dlv/config.yml @@ -0,0 +1,5 @@ +# Delve debugger configuration +# https://github.com/go-delve/delve/blob/master/Documentation/cli/README.md + +# Maximum string length to display (default: 64) +max-string-len: 1000