From a92d468b0c87eea6e698fcf735f8fec5ba2d4be6 Mon Sep 17 00:00:00 2001 From: Benjamin Wuethrich <8521043+bewuethr@users.noreply.github.com> Date: Tue, 21 Jul 2020 01:10:32 -0400 Subject: [PATCH] Quote "consistent" --- yamllint/rules/indentation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yamllint/rules/indentation.py b/yamllint/rules/indentation.py index 7964cdf..55b2985 100644 --- a/yamllint/rules/indentation.py +++ b/yamllint/rules/indentation.py @@ -38,7 +38,7 @@ Use this rule to control the indentation. rules: indentation: - spaces: consistent + spaces: 'consistent' indent-sequences: true check-multi-line-strings: false