From 6d5dd75e4a20f75c0a6c568a88fbec04f4a49121 Mon Sep 17 00:00:00 2001 From: PatTheMav Date: Thu, 17 Mar 2022 21:57:16 +0100 Subject: [PATCH] CI: Update editorconfig to match CMake-format configuration --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.editorconfig b/.editorconfig index a1dbec5d9..e0bea7d0c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,3 +17,15 @@ indent_size = 8 [plugins/obs-outputs/librtmp/*.{cpp,c,h}] indent_style = space indent_size = 4 + +[CMakeLists.txt] +indent_style = space +indent_size = 2 + +[**/CMakeLists.txt] +indent_style = space +indent_size = 2 + +[cmake/**/*.cmake] +indent_style = space +indent_size = 2