From 550345057dbdce60c786346253a03f4f06251161 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Tue, 22 Nov 2022 17:01:21 +0100 Subject: [PATCH] Fix .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 6ef371a7..273bb061 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ root = true -[Makefile] +[Makefile*] indent_style = tab [CMakeLists.txt]