From b6d45304b4b19639539b9e31f6589009d54fe0b1 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Wed, 15 Feb 2023 08:49:30 +0200 Subject: [PATCH] Make sure group_vars/matrix_servers is indented like other YAML files (with 2 spaces) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 6d5dc09a1..996cf9b44 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,7 +15,7 @@ trim_trailing_whitespace = true ######################### # YAML Files -[*.{yml,yaml,log.config.j2,yaml.j2}] +[*.{yml,yaml,log.config.j2,yaml.j2,group_vars/matrix_servers}] indent_style = space indent_size = 2