diff --git a/.editorconfig b/.editorconfig index d5552fe..a98473e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,3 +16,7 @@ indent_style = space [apkbuild-pypi.in] indent_size = 4 indent_style = space + +[Makefile] +indent_size = 8 +indent_style = tab