From d8811ec5915a95971cf7fff5886c87f313a5792d Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Mon, 6 Jan 2020 15:02:31 +0100 Subject: [PATCH] add rule for yml-off Signed-off-by: Felix Bartels --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 79c3128..c13a038 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ indent_style = tab end_of_line = lf trim_trailing_whitespaces = true -[{*.{yml,yaml},.yamllint}] +[{*.{yml,yaml,yml-off},.yamllint}] indent_style = space indent_size = 2