From 428d407df581dd00e26b320c3872eb21cfc8c803 Mon Sep 17 00:00:00 2001 From: orhun Date: Tue, 21 Sep 2021 16:38:37 +0300 Subject: [PATCH] style(config): fix the newline issues in scoped-sorted example --- examples/scopesorted.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/scopesorted.toml b/examples/scopesorted.toml index 191111ecce..8a76fa794c 100644 --- a/examples/scopesorted.toml +++ b/examples/scopesorted.toml @@ -33,7 +33,8 @@ body = """ {% endif -%} {% endif -%} {% endfor -%} -{% endfor %} + {% raw %}\n{% endraw %}\ +{% endfor %}\n """ # remove the leading and trailing whitespaces from the template trim = true