From 82418e60788aa5e98dcc8bbe4398693583511327 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 2 Sep 2022 15:54:13 +0200 Subject: [PATCH] Include `Makefile.suffix` in Makefile directive Signed-off-by: Knut Ahlers --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f893f4c..c1b339d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -25,6 +25,6 @@ indent_style = space indent_size = 2 indent_style = space -[Makefile] +[Makefile*] indent_style = tab tab_width = 2