From 38ef4b74677d7ec5d07c7c33094f4503d3b58b87 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Mon, 4 Mar 2019 14:26:22 -0800 Subject: [PATCH] Add editorconfig for Makefile (#9623) --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index ba48528bbf..d38c249a7a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,5 +10,8 @@ end_of_line = lf indent_style = space indent_size = 2 +[Makefile] +indent_style = tab + [*.{md,markdown}] trim_trailing_whitespace = false