From 32b53cb12e02e3add697fe356c45b61f4edaf941 Mon Sep 17 00:00:00 2001 From: "Douglas M." Date: Fri, 15 Mar 2024 14:26:44 +0100 Subject: [PATCH] chore: add Makefile section to .editorconfig --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index bdd9244..c0ee791 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,4 +12,5 @@ insert_final_newline = true trim_trailing_whitespace = true indent_size = 2 - +[Makefile] +indent_style = tab