From ad49207f4fbe0f420d5ffe925d60641ec1a60fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allen-Kristjan=20P=C3=A4ll?= Date: Mon, 2 Feb 2026 20:47:27 +0200 Subject: [PATCH] Makefile: --pretty --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8e23690..f8ba392 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ config.json: config.yaml docker run --rm -i \ quay.io/coreos/butane:latest \ --strict \ + --pretty \ < config.yaml > config.json reset: config.json