From cb503dc08f1c1b447d869d48e57069156574a1fd Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Thu, 15 Jun 2023 22:32:24 +0200 Subject: Remove multiline string indentation check for yamllint Removing this so that multiline strings (and jinja code especially) can be formatted in a more readable way. Signed-off-by: Colin Wilk --- .yamllint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.yamllint') diff --git a/.yamllint b/.yamllint index 8551271..f8c1757 100644 --- a/.yamllint +++ b/.yamllint @@ -43,7 +43,7 @@ rules: indentation: spaces: 2 indent-sequences: true - check-multi-line-strings: true + check-multi-line-strings: false trailing-spaces: {} -- cgit v1.2.3