From 8fd7d8328a05995ed0d6e402c53fcc41c4d22b82 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Fri, 6 Oct 2023 05:59:01 +0200 Subject: [PATCH] fix: adopted editorconfig to project needs --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index 296fecd..35187b6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,3 +17,9 @@ insert_final_newline = true [*.{yaml,yml}] indent_size = 2 + +[*.{cpp,hpp,h}] +indent_size = 2 + +[{CMakeLists.txt,*.cmake}] +indent_style = tabs