From a1c34bdf472eb56f535f142876d85cbdbfb5c33b Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Fri, 13 Feb 2026 18:09:53 +0100 Subject: [PATCH] Configuration ViM. --- .woodpecker.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 4c175a0..31f6379 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -10,3 +10,5 @@ steps: image: ghcr.io/gohugoio/hugo:v0.155.3 commands: - hugo build + +# vim: set tw=80 ts=4 sw=4 sts=4 nospell: