From bcd7e9edd1d1296494faff04d016cf48395f4878 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Thu, 3 Feb 2022 20:37:28 +0000 Subject: [PATCH] .editorconfig: Add rule for yml files --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 2a695ba72..02f4c69ba 100644 --- a/.editorconfig +++ b/.editorconfig @@ -38,3 +38,7 @@ indent_size = 2 [{CMakeLists.txt,*.cmake}] indent_style = space indent_size = 2 + +[*.yml] +indent_style = space +indent_size = 2