From 9a58b6de394b1c568bb2886f34c064c8df290f05 Mon Sep 17 00:00:00 2001 From: Gino Naumann Date: Fri, 22 Dec 2023 19:21:29 +0100 Subject: [PATCH] fix(config): remove jinja whitespace --- git/files/gitconfig.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/files/gitconfig.jinja b/git/files/gitconfig.jinja index f67ea85..50b54b5 100644 --- a/git/files/gitconfig.jinja +++ b/git/files/gitconfig.jinja @@ -1,4 +1,4 @@ -{%- for section, conf in configs.items() -%} +{%- for section, conf in configs.items() %} [{{ section }}] {%- for val, key in conf.items() %} {{ val }} = {{ key }}