editorconfig: use tabs for Makefiles
authorDylan Baker <dylan@pnwbakers.com>
Thu, 29 Nov 2018 21:48:12 +0000 (13:48 -0800)
committerMatt Turner <mattst88@gmail.com>
Wed, 16 Jan 2019 03:13:14 +0000 (19:13 -0800)
Reviewed-by: Matt Turner <mattst88@gmail.com>
.editorconfig

index 5153bb0318275176837eac4b19846e9203fccbf8..b98bc65a738bc8ebaac337d20f1ecab9b2d9b504 100644 (file)
@@ -6,6 +6,9 @@ root = true
 [*]
 tab_width = 8
 
+[Makefile.*]
+indent_style = tab
+
 [meson.build,meson_options.txt]
 indent_style = space
 indent_size = 2