From ad522107362a6309c26a6c05134e66fa31bd4024 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Fri, 25 Jun 2021 13:00:57 +0200 Subject: [PATCH] Added Makefile-specific editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index ecfd732..77e3fe3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,10 @@ root = true end_of_line = lf insert_final_newline = false indent_size = 4 +indent_style = space [*.{yml,yaml}] indent_size = 2 + +[Makefile] +indent_style = tab