diff --git a/.editorconfig b/.editorconfig index beb2736..f82826f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,5 +15,5 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[**/{*.sh,APKBUILD}] +[**/{*.sh,APKBUILD,Makefile}] indent_style = tab