diff --git a/.editorconfig b/.editorconfig index 64497f3a..43b19cec 100644 --- a/.editorconfig +++ b/.editorconfig @@ -35,6 +35,9 @@ indent_size = 2 [*.lua] +[{Makefile,*.mk}] +indent_style = unset + [*.md] indent_style = space indent_size = 4