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