From 2ef5945c9f470140e0e2ad0027ce08742c9fe70a Mon Sep 17 00:00:00 2001 From: Roman Priesol Date: Thu, 19 Feb 2026 12:21:00 +0100 Subject: [PATCH] Add indent-sequences: whatever to support more compact indent --- .yamllint.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.yamllint.yml b/.yamllint.yml index 9aca8ad..71a12f9 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -14,6 +14,12 @@ rules: # Not all files use --- document start marker document-start: disable + # ESPHome uses both indented and non-indented sequences + indentation: + spaces: 2 + indent-sequences: whatever + check-multi-line-strings: false + # Some files have trailing spaces; warn only trailing-spaces: enable