From 78adc7d1ca2213fc03b8e75aaf93d1c31106fd7c Mon Sep 17 00:00:00 2001 From: Nathaniel Landau Date: Tue, 21 Jun 2022 10:44:19 -0400 Subject: [PATCH] Reduce comment minimum space from content to 1 --- .yamllint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.yamllint.yml b/.yamllint.yml index b55d394..53fbe54 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -9,6 +9,8 @@ rules: max-spaces-inside: 1 min-spaces-inside: 1 comments-indentation: disable + comments: + min-spaces-from-content: 1 indentation: spaces: consistent indent-sequences: true