From bca387fd21b1864ddeb70ae766b6f42a26771b8f Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 29 Apr 2022 23:38:36 +0200 Subject: [PATCH] Add special formatting for Makefiles Signed-off-by: Knut Ahlers --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index f0c88fb..f893f4c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,3 +24,7 @@ indent_style = space # https://google.github.io/styleguide/shellguide.html#s5.1-indentation indent_size = 2 indent_style = space + +[Makefile] +indent_style = tab +tab_width = 2