From 2442ecdf7faf3bf1a9d53c3443a082b2d6f4e07b Mon Sep 17 00:00:00 2001 From: Derek Lewis Date: Tue, 18 Oct 2022 04:12:28 -0400 Subject: [PATCH] fix(auto): keep line feed and trailing blank lines Refs: https://blog.jarrousse.org/2022/07/31/yaml-files-linting-and-formatting/ Refs: https://yaml.org/spec/1.2-old/spec.html#style/block/literal Signed-off-by: Derek Lewis --- .restyled.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.restyled.yaml b/.restyled.yaml index 0b42b8c..56090f4 100644 --- a/.restyled.yaml +++ b/.restyled.yaml @@ -1,8 +1,8 @@ auto: true commit_template: | - style: apply changes from ${restyler.name} restyler - + style: apply changes from ${restyler.name} restyler\ + Signed-off-by: Restyled Commits pull_requests: false restylers_version: dev