From 541f71b4d2b10be2d04e2c82a63d47fb1267800e Mon Sep 17 00:00:00 2001 From: jackun Date: Mon, 4 May 2020 13:49:42 +0300 Subject: [PATCH] Makefile just in case --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 52c177b4..cdac2e8e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,3 +18,7 @@ indent_size = 3 [meson.build] indent_size = 2 + +[Makefile] +indent_style = tab +indent_size = 4