From a383c83a29c54fdc15c0d046a281a489ce13e965 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 2 May 2024 21:22:13 +0300 Subject: [PATCH] Minor update to .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 2e6af90..0dd4b38 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,6 @@ indent_style = tab tab_width = 4 trim_trailing_whitespace = true -[*.yml] +[{*.yml,*.yaml,CMakeLists.txt}] indent_style = space indent_size = 2