From e226364e184db0a2575159a50316752676936c4c Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Mon, 30 Jan 2023 23:42:13 -0300 Subject: [PATCH] fix: modelines Signed-off-by: Carlos A Becker --- .goreleaser.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 62bb301..b5925c3 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,3 +1,7 @@ +# modelines, feel free to remove those if you don't want/use them: +# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json +# vim: set ts=2 sw=2 tw=0 fo=cnqoj +# # This is an example-real .goreleaser.yml file with some sensible defaults. # Make sure to check the documentation at https://goreleaser.com before: @@ -150,6 +154,3 @@ docker_signs: - '${artifact}' -# modelines, feel free to remove those if you don't want/use them: -# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json -# vim: set ts=2 sw=2 tw=0 fo=cnqoj