7a8eb0b670
Without this setting, the newline idempotence of scalar strings changes depending on whether or not they contain any Jinja2 template blocks.
3 lines
129 B
YAML
3 lines
129 B
YAML
templated_var: templated_var_loaded
|
|
newline_template_string: "Hello {{ 'World' }}\n"
|
|
newline_no_template_string: "Hello World\n"
|