editorconfig: use tabs in Makefile

This commit is contained in:
Oliver Smith 2023-04-06 17:36:58 +00:00
parent 473cb45ee7
commit d676f135a8
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -15,5 +15,5 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[**/{*.sh,APKBUILD}]
[**/{*.sh,APKBUILD,Makefile}]
indent_style = tab