From 16eacf19a3de60b145f3d6ef1f96df7a36e5d7fc Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 29 Nov 2018 13:48:12 -0800 Subject: [PATCH] editorconfig: use tabs for Makefiles Reviewed-by: Matt Turner --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 5153bb0..b98bc65 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,9 @@ root = true [*] tab_width = 8 +[Makefile.*] +indent_style = tab + [meson.build,meson_options.txt] indent_style = space indent_size = 2 -- 2.34.1