Skip to content

Commit

Permalink
fix(config): remove jinja whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
genaumann committed Dec 22, 2023
1 parent 5af76e9 commit 9a58b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/files/gitconfig.jinja
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 9a58b6d

Please sign in to comment.