From c7f2f27cd83ed1def30295453df5d9f9e744746c Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Sat, 18 Oct 2025 16:59:18 +0300 Subject: [PATCH] dlv: add config --- config/dlv/config.yml | 8 ++++++++ 1 file changed, 8 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..f8c8ae7 --- /dev/null +++ b/config/dlv/config.yml @@ -0,0 +1,8 @@ +tab: "│·" +source-list-line-count: 4 +max-array-values: 64 +max-variable-recurse: 1 +aliases: + rebuild: ["re"] + stepout: ["S"] + locals: ["ll"]