From bfe2343f4a5ff0cc69b7eae1ac90dfe9e6a99d5e Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Thu, 8 Jul 2021 14:40:41 +0200 Subject: [PATCH] Modify editorconfig Signed-off-by: Volker Theile --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b0be861a3..4715dce6e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -23,6 +23,6 @@ trim_trailing_whitespace = false [*.j2] max_line_length = off -[*.mk] +[{*.mk, Makefile}] indent_size = 4 indent_style = tab