From 1c0f164fbf32d59bf0c67458f0243bf32ab3ee25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Sun, 6 Mar 2016 17:00:50 +0100 Subject: [PATCH] Conf: relaxed: Set indentation's indent-sequences=consistent --- yamllint/conf/relaxed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yamllint/conf/relaxed.yml b/yamllint/conf/relaxed.yml index 7ff36c5..a5ee84a 100644 --- a/yamllint/conf/relaxed.yml +++ b/yamllint/conf/relaxed.yml @@ -22,7 +22,7 @@ rules: hyphens: disable indentation: level: warning - indent-sequences: whatever + indent-sequences: consistent check-multi-line-strings: no line-length: level: warning