🔨 Fix line breack

This commit is contained in:
SebClem 2022-03-06 22:31:27 +01:00
parent 161e673727
commit b17029e0f3
No known key found for this signature in database
GPG Key ID: 3D8E353F900B1305

View File

@ -8,10 +8,10 @@ api:
address: "0.0.0.0:8686"
sources:
{{ sources | to_nice_yaml(indent=2) | trim | indent(2) }}
{{ sources | to_nice_yaml(indent=2, width=99999) | trim | indent(2) }}
transforms:
{{ transforms | to_nice_yaml(indent=2) | trim | indent(2) }}
{{ transforms | to_nice_yaml(indent=2), width=99999| trim | indent(2) }}
sinks:
{{ sinks | to_nice_yaml(indent=2) | trim | indent(2) }}
{{ sinks | to_nice_yaml(indent=2), width=99999 | trim | indent(2) }}