From a829524fc3a0030f631f336dbafb81d8f443a072 Mon Sep 17 00:00:00 2001 From: Hubertbits <170125456+hubertbits@users.noreply.github.com> Date: Sat, 12 Apr 2025 00:14:03 +0200 Subject: [PATCH] editorconfig: Add Makefile rule Signed-off-by: yxxhero --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 1818b619..78bf3a94 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,3 +3,7 @@ root = true [*.md] insert_final_newline = true trim_trailing_whitespace = true + +[Makefile] +indent_style = tab +indent_size = 4 \ No newline at end of file