From 15839f7c61b606faad7561c9b82f8b4b31f41983 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Thu, 3 Oct 2024 21:56:57 +0200 Subject: [PATCH] feat(yamlfix): preserve 1 emptyline + add lines for sections like on alpeh-vm --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e9e1ecf2..0f4d9426 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -335,3 +335,5 @@ allow_redefinition = true [tool.yamlfix] sequence_style = "keep_style" preserve_quotes = true +whitelines = 1 +section_whitelines = 2