From fdbbf20558623702a2c37f68d3e740c7faf6e263 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 11 Jun 2020 23:57:39 +0100 Subject: [PATCH] Set indentation in Makefile --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 2560493..2d574b6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,6 @@ trim_trailing_whitespace = true [*.yml] indent_size = 2 + +[Makefile] +indent_style = tab