From 268f0a902bc96df8c1f13021d7f06b00b536d7b7 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Wed, 23 Apr 2025 08:13:41 +0200 Subject: [PATCH] fixup! editorconfig: tabs --> tab --- .editorconfig | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index 545f405..56a7537 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,11 +19,6 @@ insert_final_newline = true indent_size = 2 indent_style = space -[*.{cpp,hpp,h}] -indent_size = 2 - -[{CMakeLists.txt,*.cmake}] -indent_style = tab - [*.md] +indent_style = space indent_size = 2