From 20a7b022896cf87766c258363350b544d4cc3323 Mon Sep 17 00:00:00 2001 From: beetrees Date: Wed, 12 Apr 2023 01:33:29 +0100 Subject: [PATCH] Add `indent_style = tab` for `Makefile`s to `.editorconfig` --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 03aab32bfc6e..d065fa46469f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,3 +20,6 @@ trim_trailing_whitespace = false [*.yml] indent_size = 2 + +[Makefile] +indent_style = tab