From e2ed31656e8dc51ae4ab687923646b4fa999ac85 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Thu, 14 Jan 2021 17:30:25 +0100 Subject: [PATCH] chore: add editorconfig for makefiles Signed-off-by: Mark Sagi-Kazar --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 6ccdbfc9..5cac4723 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,6 @@ indent_style = tab [*.proto] indent_size = 2 + +[{Makefile,*.mk}] +indent_style = tab