From 784f3c3df9dd98811a33b7f35028979271f339df Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Wed, 5 Mar 2025 01:22:45 +0200 Subject: [PATCH] chore: standardize indentation for CMake files Signed-off-by: EnderIce2 --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index a94cae51..41a1382f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,7 @@ indent_style = tab [.github/**] indent_style = space indent_size = 2 + +[{CMakeLists.txt,*.cmake}] +indent_size = 2 +indent_style = space