From 4273ec8316aff15d0015617a8de5922eb6932935 Mon Sep 17 00:00:00 2001 From: mfe-a5sys <87469153+mfe-a5sys@users.noreply.github.com> Date: Tue, 28 Jan 2025 09:44:34 +0100 Subject: [PATCH] fix (Makefile): Configure editor to use tabs by default Add indent style to tabs when editing Makefiles --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 0315479..7384c6a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -55,3 +55,6 @@ indent_style = tab [*.*Caddyfile] indent_style = tab + +[Makefile] +indent_style = tab