🔨 Fix line breack
This commit is contained in:
parent
161e673727
commit
b17029e0f3
@ -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) }}
|
Loading…
Reference in New Issue
Block a user